Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

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 do two computers connect to same external address through NAT?

If I have two internal computers connecting to the same external IP address through a NAT router, how is the …

networking routing ip nat
How to run a function when a route changes in angular?

I want to change a certain heading according to the current url in Angular. So component.ts looks like this: …

angular routing angular-router
How to use "routerLinkActive" with query params in Angular 6?

I have a problem in Angular: I have three links, one of them has query params (due to using a …

angular parameters routing routerlinkactive
Route Group in Lumen error Call to undefined method Laravel\Lumen\Application::group()

I have declared a route group in laravel/lumen like so: $app->group(['middleware' => 'auth'], function () use ($app) { $…

php laravel routing lumen lumen-5.2
Camel Route from Jetty to Absolute URL

I have an OSGi bundle deployed on Apache Karaf. I have a simple camel route: <camelContext trace="true" xmlns="…

java routing osgi apache-camel apache-karaf
How to use react-router BrowserRouter in a static index.html file

I'm attempting to use the static index.html file generated by npm run build, along with react-router. the tl;dr …

reactjs routing react-router package.json static-html
CodeIgniter with Wiredesignz HMVC routing

I am using HMVC and created a module called user. Inside modules/user/config directory, I have routes.php, using …

codeigniter routing hmvc
asp.net 4.0 web forms routing - default/wildcard route

I there a simple way when using ASP.NET 4.0 routing with Web Forms to produce a route that will act …

asp.net routing asp.net-4.0 wildcard-mapping
Border of div bound to routerlink directive?

I have encountered an issue where divs using routerLink get bordered with blue when clicked. I think I am missing …

angular routing focus ngfor routerlink