###This project contains angular libraries for Openchannel templates.
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)
Compodoc shows project structure. (modules, components, routes and etc.)
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
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
Website: https://openchannel.io