Documentation
Angular Installation
Steps to be follow for getting started with the template:
Basic
- Start
cd code-angular
- Install via the npm
npm i
npm 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