Shows the upcoming idea of Standalone Components in the context of a demo application. This demo uses the Angular version 14 developer preview of Standalone Components and APIs. The developer preview is not intended for production usage.
This show case demonstrates the following aspects:
- Bootstrapping a Standalone Component
- Routing with Standalone Components
- Lazy Loading
- Structuring the application via barrels and path mappings
- Standalone Pipes and Directives
- Interop between Standalone Components and NgModules
- Using existing libs like NGRX and Angular Material