Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deborahk/angular-signals
Experimentation with Angular's signals features.
https://github.com/deborahk/angular-signals
Last synced: 8 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T22:02:14.000Z (almost 1 year ago)
- Last Synced: 2024-04-13T09:12:29.062Z (7 months ago)
- Language: TypeScript
- Size: 847 KB
- Stars: 72
- Watchers: 6
- Forks: 43
- 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.