Base solution for your next web application
Open Closed

Angular 4 how to open a view of an items details? #3141


User avatar
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)
  • User Avatar
    0
    alirizaadiyahsi created

    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>

  • User Avatar
    0
    joe704la created

    Ok thank you