13.0.0 • Published 2 years ago

ngx-router-tweaks v13.0.0

Weekly downloads
13
License
-
Repository
github
Last release
2 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

2 years ago

12.0.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago