@aramirezj/ngx-silent-router
v2.0.1
Published
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://github.com/aramirezj/ngx-silent-router/blob/main/shield.svg?raw=true"> <h1 align="center">NgxSilentRouter</h1> </p>
Downloads
5
Maintainers
Readme
ngx-silent-router
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
...
]