Contribute

  1. Clone the repository

    git clone https://github.com/neroniaky/angular-token.git
  2. Move to the repository

    cd angular-token
  3. Install packages

    npm install
  4. Build Library

    npm run-script build:lib
  5. Run example project

    ng serve

Last updated