Installation

Steps to follow for getting started with the template:

Basic
  1. Start
    cd CODE-ANGULAR
  2. Install via the npm
    npm i
    OR
    npm i --legacy-peer-deps
  3. For Components Create
    npm run generate:component
  4. For Module Create
    npm run generate:module
  5. For development
    npm run start
  6. For build
    npm run build