angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Multiple components displayed in place of one <router-outlet> #433

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, I am using @angular/router 4.0.0. I am facing a very strange behaviour, when I navigate to new component, It gets added to the page instead of replacing the current component on the page. Please see in the below image, more than one compoent exists below

image

ranbuch commented 6 years ago

Hi @dhaigvip, I'm having the same issue. Have you managed to solved it? Thank you.

ranbuch commented 6 years ago

In my case I'm pretty sure the reason is related to this issue: https://github.com/angular/angular/issues/15825