@aramirezj/ngx-silent-router
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i @aramirezj/ngx-silent-router

Weekly Downloads

4

Version

2.0.1

License

MIT

Unpacked Size

45.8 kB

Total Files

18

Last publish

Collaborators

  • aramirezj