Installation
Steps to follow for getting started with the template:
Basic
-
Start
cd CODE-ANGULAR
-
Install via the npm
ORnpm i
npm i --legacy-peer-deps
-
For Components Create
npm run generate:component
-
For Module Create
npm run generate:module
-
For development
npm run start
-
For build
npm run build