feat: implement Angular Day 9-14 component patterns - Day 9: Custom two-way...
feat: implement Angular Day 9-14 component patterns - Day 9: Custom two-way binding with ToggleComponent (@Input/@Output pattern) - Day 13: Content projection with ng-content multiple selectors and ngProjectAs - Day 14: Template rendering with ng-template, ngTemplateOutlet, ng-container - Add interactive shopping cart demo with service sharing - Implement responsive UI with Tailwind CSS - Add comprehensive documentation and interactive examples - Create reusable components: ProgressBar, AuthorList, Toggle, Card, Modal - Setup proper TypeScript typing and RxJS patterns
Showing
This diff is collapsed.
... | ... | @@ -11,7 +11,7 @@ |
"test": "ng test" | ||
}, | ||
"engines": { | ||
"node": "20.15.1" | ||
"node": ">=20.15.1" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
... | ... | @@ -25,6 +25,7 @@ |
"@angular/platform-browser-dynamic": "^18.0.0", | ||
"@angular/platform-server": "^18.2.8", | ||
"@angular/router": "^18.0.0", | ||
"@ctrl/tinycolor": "^4.1.0", | ||
"@ngrx/signals": "^18.1.0", | ||
"express": "^4.21.1", | ||
"ng-zorro-antd": "^18.1.1", | ||
... | ... |
postcss.config.js
0 → 100644
This diff is collapsed.
src/test-tailwind.scss
0 → 100644
This diff is collapsed.
Please register or sign in to comment