To install the required packages, run:
npm installTo start a local development server, run:
npm startOnce the server is running, open your browser and navigate to http://localhost:4200.
Read more about signals at https://angular.dev/guide/signals.
- main: counter example without signals
- signals: counter example with signals
- signals-with-dumb-counter: counter example with signals and dumb counter component
- pokemon: Pokemon example for the- resource/- httpResourceAPI
- signal-forms: user profile example for signal forms in Angular 21