The application is the practice of to-do app lists using Angular. It is initially created by Traversy Media. The purpose of the repository is to showcase the basic understanding of Angular framework and TypeScript.
- Showcase basic concepts of the Angular framework.
- Showcase the reactivity of Angular with RxJS and Angular Async pipe.
- Showcase the use of Angular service with its dependency injection.
- Showcase the folder structure of the Angular application and how it optimizes the initial bundle size.
npm installto install all the dependencies.ng serveto run the development server.npm run serverto run the JSON server.npm run buildto build the project.