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: about 1 year ago
JSON representation

Experimentation with Angular's signals features.

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.