adora-tech / Angular-Signals

Experimentation with Angular's signals features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Experimentation with Angular's signals features.

License:MIT License


Languages

Language:TypeScript 69.2%Language:HTML 28.6%Language:CSS 2.2%