Yz-Abbasi / to-do-list-via-angular-signals

To do list app made using new Angular feature, signals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List via Angular signals

In this to do list, the main focus is on the Angular new feature, SIGNALS, which can be used as replace for -some- of the RxJs functions


How to set the project up:

  1. Open angular project directory (preferably in VS Code).

  2. Open a terminal with directory's address in it.

  3. Type 'ng serve' in the terminal.

  4. Wait for the Angular CLI to set up a local server.

  5. After you see 'Compiled successfully' in the terminal you can use the app.


About

To do list app made using new Angular feature, signals.


Languages

Language:TypeScript 51.5%Language:CSS 34.5%Language:HTML 8.6%Language:JavaScript 5.4%