i want to know if it is possible to set-up with angular cli two component in one view , where the first component display the list of whole items and the second the overview of the item selected from the list (first component) ? for exemple : in the first component(List) we have all books in the store and when you click on one of the book , at the left of the List , you can see the details(price, edition's year ....) of the element(book) ? thank you in advance for your answers
Asked
Active
Viewed 40 times
0
-
sure this is possible and pretty basic angular functionality – Riscie Jan 09 '20 at 10:48
-
What you're describing can't be done *automatically* with the cli. Create your components with the cli and then arrange them as you like in code. – igg Jan 09 '20 at 10:50