An open API service indexing awesome lists of open source software.

https://github.com/kabragaurav/todo-app-with-angular

A Task Noter App (ToDo App) to count total # of tasks, listing them together using Angular
https://github.com/kabragaurav/todo-app-with-angular

angular8 to-do-app

Last synced: 3 months ago
JSON representation

A Task Noter App (ToDo App) to count total # of tasks, listing them together using Angular

Awesome Lists containing this project

README

          

Author : [Gaurav Kabra](https://www.quora.com/profile/Gaurav-Kabra-23)
----
Use commands:


npm install --save @angular/material @angular/cdk

ng generate component : To generate new component (folder in app)

ng generate service : NOT USED IN THIS APP

ng serve --open : to start server and open in default browser (default port 4200)

code . : open current folder in VSCode

----
Refer demo.mp4 for demonstration video!