InterviewSolution
Saved Bookmarks
| 1. |
What is guard in Angular 4? |
|
Answer» In Angular 4, functionalities, logic and code which are executed before the loading of a ROUTE is CALLED Guards. Guards check the route access, child route access, new feature in a module and prompt the user of any unsaved CHANGES. |
|