0

Assume I have a component which is called by route 'students' and rendered in student list component. Here I send a request to load all student names. When clicked on student I redirect to ':id' child route which shows detailed description of a student. Then when I press back button in browser ,it redirects back to 'students' route where a request sent again to load all students. Question: is it possible in Angular to not destroy parent route so when returned from child route it wont build again. I need that for performance improvement. Thanks

Vugar Abdullayev
  • 1,852
  • 3
  • 21
  • 46

0 Answers0