8000 angular-template-libraries/README.md at main · openchannel/angular-template-libraries · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.84 KB

File metadata and controls

50 lines (36 loc) · 1.84 KB

Openchannel angular template libraries

Quality Gate Status Coverage

###This project contains angular libraries for Openchannel templates.


Required libs

This libs used for angular-common-components and angular-common-services

  • npm 6.13.6
  • node 10.15.2

Follow these instructions for installing npm & node:

  • Download and install nvm manager. (Helps to set required versions).
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
  • Install npm and node:
    nvm install 10.15.2
  • Set current node version:
    nvm use 10.15.2
  • Print npm and node versions:
    echo npm : $(npm -v), node : $(node -v)

Documentation (README.md)

Documentation (Compodoc web libs preview)

Compodoc shows project structure. (modules, components, routes and etc.)

angular-common-components

  • npm i
  • npm run start-compodoc-components-watch

Note: this command build and run documentation for components on the http://127.0.0.1:8802

angular-common-services

  • npm i
  • npm run start-compodoc-service-watch

Note: this command build and run documentation for services on the http://127.0.0.1:8801


Contact

Website: https://openchannel.io

0