Command Line Interface
Run Angular server (http://localhost:4200)
ng serve
Run the JSON server (http://localhost:5000)
npm run server
To generate a Component
ng generate component head
To generate a service
ng generate service [task](<https://shafnisha.notion.site/Angular-CLI-b30bd3f9361a498ebf09d8659a7f27a4>)
To build for production
ng build