How to create an Angular application without ngModules that only use standalone components, a new feature available from Angular version 14.
We'll also see :
➡️ application bootstrap with standalone components
➡️ how to use standalone components and directives in other components
➡️ how to handle dependency injection
➡️ create routes, nested routes and navigation
➡️ how to use lazy loading with standalone components
Level: intermediate / advanced
---
Watch this introduction to see how to install Angular 14 and how Standalone Components works
• Angular 14 tips: Standalone Component...
---
CHAPTERS
00:48: application bootstrap
02:10: dependency injection
02:57 Standalone Components & Imports
03:40 Router & Lazy Loading
04:56 Nested Routes
05:52 Split Router rules