1
Answer

running angualr js and angualr 2 on same application

nishant kumar

nishant kumar

6y
183
1
I have 2 routes angular1 and angualr2 in same application.I have used ngupgrade for this.When i go for angualrjs route it displays its view but when i go for angualr2 route then along with its view angualr1 view also display.what should i do for separating view based on route .i have used <router-outlet> and <ui-view> on same app.component.ts
Answers (1)