Clone the repository
git clone https://github.com/neroniaky/angular-token.git
Move to the repository
cd angular-token
Install packages
npm install
Build Library
npm run-script build:lib
Run example project
ng serve
Last updated 4 years ago