13.0.0 • Published 4 years ago

ngx-router-tweaks v13.0.0

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

NgxRouterTweaks

ngx-router-tweaks brings the ability to write inline resovlers and to run them sequentially if needed. Typically in a pure REST environment where multiple cascade calls may be required to fetch what we need.

Installing

$ npm install --save ngx-router-tweaks

Quickstart

Import ngx-router-tweaks module in Angular app.

import { NgxRouterTweaksModule } from 'ngx-router-tweaks';

@NgModule({
    imports: [
        // ...
        NgxRouterTweaksModule
    ],
    exports: [RouterModule],
})
export class AppRoutingModule {}

There is a demo project in the repository: https://github.com/gpaucot/ngx-router-tweaks

13.0.0

4 years ago

12.0.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago