0
joe704la created
I am very new to Angular 4. I knew how to do this in AngularJS 1x but not sure in Angular 4.
I have a list of items right now. I want when you view that list and click one of the items it shows a new view and not a model of the details. I am unsure how to do the routing for the new view to show the details of the item.
2 Answer(s)
-
0
Hi,
Actually, this question isn't releated with aspnet zero directly. There is a similar functionality in aspnet zero : Admin > Languages > Actions > Change Texts
And here is the angular4 tutorials about this topic: <a class="postlink" href="https://angular.io/docs/ts/latest/tutorial/toh-pt5.html">https://angular.io/docs/ts/latest/tutorial/toh-pt5.html</a>
-
0
Ok thank you