1
Answer

From one view to another view.

amit shukla

amit shukla

7y
696
1
Hi All,
i am new in angular 2 and i am using angular 2 with mvc5.
my problem is that when i go from one view to another view then second view i am not able to load other component.
 
For Ex.
 
We make a index view and create a home.component.ts and this file load in app.component.ts file and we load app.component.ts from index view. it is working,
but we go another view from index then in this view we want to load another component except app.component then other component is not loading. 
Answers (1)