ngx-router-tweaks
TypeScript icon, indicating that this package has built-in type declarations

13.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-router-tweaks

Weekly Downloads

11

Version

13.0.0

License

none

Unpacked Size

62.2 kB

Total Files

16

Last publish

Collaborators

  • gpaucot