https://github.com/brandonroberts/angular-tour-of-heroes-signals
A walkthrough of Angular Reactivity with the Tour of Heroes Angular application
https://github.com/brandonroberts/angular-tour-of-heroes-signals
Last synced: 21 days ago
JSON representation
A walkthrough of Angular Reactivity with the Tour of Heroes Angular application
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-tour-of-heroes-signals
- Owner: brandonroberts
- Created: 2023-03-09T21:31:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T21:33:19.000Z (about 2 years ago)
- Last Synced: 2025-03-31T03:32:28.524Z (about 2 months ago)
- Language: TypeScript
- Size: 250 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Reactivity - Tour of Heroes
https://youtube.com/live/sbFMKoah4hQ
This is an example application using the Angular Tour of Heroes with Signals
## Setup
```sh
npm install
```## Development
```sh
npm start
```