python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
angular child route named outlet is not working in router event
child routes working with routerLink, but not router.navigate event.
how to solve it?
const routes: Routes = [
{path: '', redirectTo: 'all', pathMatch: 'full'},
{path: 'all', component: NodepadCompone...
vazha
Votes: 0
Answers: 1
Function called for every event Angular 9
I'm using lazy loading structure for my angular project. I have using property binding using a function call in my template. The issue is, whenever I click anywhere on page, this function is called. B...
Sajith
Votes: 0
Answers: 1
Pass data to router-outlet - problem when multiply routers with names
I have problem with pass data to router outlet.
Usually I do something like below:
<router-outlet (activate)="setConfig($event)"></router-outlet>
and
setConfig(component: { [key...
emka26
Votes: 0
Answers: 1
Load routes from different modules into a named router-outlet
I have some modules that I use for different sections of a cargo tracking system. Some of them are: scheduleModule, equipmentsModule, driverModule etc.
Each of these modules have its own routes that a...

Diego Barreto
Votes: 0
Answers: 0