Angular Installation
Steps to be follow for getting started with the template:
Basic
- Start
cd code-angular - Install via the npmOR when you get any error on npm install
npm inpm i - For Components Create
npm run generate:component - For Module Create
npm run generate:module - For development
npm run start - For build
npm run build