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

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

Primary LanguageTypeScript

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.