JSPM

@aramirezj/ngx-silent-router

2.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 5
    • Score
      100M100P100Q26894F
    • License MIT

    Package Exports

    • @aramirezj/ngx-silent-router
    • @aramirezj/ngx-silent-router/package.json

    Readme

    ngx-silent-router

    NgxSilentRouter

    Support Support License

    The purpose of this library is to offer a "Router" that does not have to update the urls. A simple component to use as a router-outlet , allowing you to define the routes, data that will be received, a variable and a service to handle the route and a way to listen every event of the components

    Compatibility

    Angular Version ngx-silent-router version
    Angular >= 16 npm i --save ngx-silent-router@2.0.0
    Angular >= 15 npm i --save ngx-silent-router@1.0.0

    Installing

    Run npm install ngx-silent-router

    Implementing

    Add the module NgxSilentRouterModule to your AppModule.

    imports:[
        ...
        NgxSilentRouterModule
        ...
    ]

    Information, usage and showcase

    Interactive demo