Documentation

Ctrl+K

Installation

Steps to be follow for getting started with the template:

Basic

  1. Start
    cd CODE-Angular
  2. Install via the npm
    npm i
    OR when you get any error on npm install
    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