Top "Router" questions

A router is a device that forwards data packets across multiple networks.

Angular(5) - lazy loading and canActivate guard - StaticInjectorError

So, we have quite a big app and we started working on optimizations.... one of the optimizations were lazy loading …

angular lazy-loading router
Angular 4: changing url, but component is not rendered

I'm trying to link a component from one component using routerLink = "selected" const routes: Routes = [ { path: '', children: [ { path: 'account', …

javascript angular router routerlink
angular2 TypeError: Cannot set property 'name' of undefined

I have an Angular2 project, created at Mac OS and it running. But when I git it at Windows, it …

angular typescript router
jasmine angular 4 unit test router.url

I am unit testing a function in angular 4 project using jasmine which a switch statement like mentioned below: switch(this.…

angular unit-testing karma-jasmine router
Property 'url' does not exist on type 'Event' for Angular2 NavigationEnd Event

this.subscription = this.router.events.subscribe((event:Event) => { console.log(event.url); ##### Error : Property 'url' does not exist on …

angularjs angular routing router angular-routing
How to install and configure nodogsplash on TP-LINK MR3020 with Openwrt 12.09.02

I am trying to install and run the nodogsplash, I have installed it on my TP-LINK MR3020 Router but not …

configuration installation wifi router openwrt
How to use multiple router-outlet in angular2?

I have a main router-outlet, which is used to display a login screen (/login) and the main content screen(which …

angular angular-cli router router-outlet
Loopback in multicast

This question is about sending and receiving multicasts inside the same host, while simultaneously sending it to other hosts. Even …

sockets router multicast loopback
How to access current location in reducer (redux-router)?

How would i get the current path and query of the current location with redux-router in reducer. I am able …

javascript reactjs redux react-router router
In Angular2 RC4 how do I add components to the precompile array?

I just updated my Angular2 project to RC4 and the router is now sending out this warning message in the …

angular router