Started with Playground codes for the Angular.
ng new my-first-project
cd my-first-project
ng serve
ng generate component components/tasks
ng generate service services/user
there are many predefined directive wich are-
- ngfor
- ngif
- ngClass
- ngStyle Read the following, can be used in the code --
use the following link
- For more details on the routing
- refer the link
- also check for the lazy loading.