1.0.5 • Published 8 years ago

ng-page-navigation v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Page Navigation

Use in an Angular 2+ project :

Install the library

npm install ng-page-navigation --save

Import it in your AppModule and declare needed component(s)

import {PageNavigationModule} from "ng-page-navigation/components";

@NgModule({ imports: PageNavigationModule }) export class AppModule { }

Work on the library :

Install

npm install

Build

npm run build