Skip to content

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

License

Notifications You must be signed in to change notification settings

aramirezj/ngx-silent-router

Repository files navigation

ngx-silent-router

NgxSpinner

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 [email protected]
Angular >= 15 npm i --save [email protected]

Installing

Run npm install ngx-silent-router

Implementing

Add the module NgxSilentRouterModule to your AppModule.

imports:[
	...
	NgxSilentRouterModule
	...
]

Information, usage and showcase

Interactive demo

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages