https://github.com/deborahk/angular-signals
Experimentation with Angular's signals features.
https://github.com/deborahk/angular-signals
Last synced: about 1 year ago
JSON representation
Experimentation with Angular's signals features.
- Host: GitHub
- URL: https://github.com/deborahk/angular-signals
- Owner: DeborahK
- License: mit
- Created: 2023-03-29T22:57:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:21:22.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:07:45.246Z (about 1 year ago)
- Language: TypeScript
- Size: 1.06 MB
- Stars: 100
- Watchers: 7
- Forks: 71
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular-Signals
Demonstrations of Angular's signals features.
- swVehicles-no-signals: RxJS/Observables for state management and async operations
- swVehicles-with-signals: Signals for state management (with RxJS/Observables for async operations)
- swVehicles-simple: Simpler version of app
- taskList-begun: Starter files to use for demo. NOTE: This code does not run as is.
- taskList-end: Completed file for demo. NOTE: This code runs. However, any changes to the data are not saved because the endpoint does not allow updates.