Angular Showcase Examples
Live entry points under the Angular Showcase:
| Area | URL | Related docs |
|---|---|---|
| Showcase home | /showcases/angular/ | Angular Package Overview |
| Bootstrap UI | /showcases/angular/showcases/bootstrap | Directives, Components |
| Template-driven forms | /showcases/angular/state/template-driven | Template Driven Forms |
| Reactive Forms | /showcases/angular/state/reactive-forms | Reactive Forms |
| NgRx | /showcases/angular/state/ngrx | NgRx |
| Signals | /showcases/angular/state/signals | Signals |
Single-host routes use the same paths under /showcases/angular/.
Package guidance
For policy registration, groups, troubleshooting, and API details, stay in the Angular Package section:
Source location
Application code lives in apps/angular-showcase/. Start it with:
npm run serve:angular-showcase
Or launch every application from the Portal with npm run start:multi-host / npm run portal.