Skip to content

gpaucot/ngx-router-tweaks

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published