Angular-Token
  • Introduction
  • Configuration
  • Session Management
  • Multiple User Types
  • Routing
  • Service Methods
  • Common Problems
  • Contribute
  • Migrate to Angular-Token 7.x
Powered by GitBook
On this page

Was this helpful?

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
PreviousCommon ProblemsNextMigrate to Angular-Token 7.x

Last updated 5 years ago

Was this helpful?