2.0.1 • Published 7 months ago

@aramirezj/ngx-silent-router v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

ngx-silent-router

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 Versionngx-silent-router version
Angular >= 16npm i --save ngx-silent-router@2.0.0
Angular >= 15npm 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