InterviewSolution
Saved Bookmarks
| 1. |
What is the use of CanActivate in angular 4? |
|
Answer» CanActivate is a feature in the Angular INTERFACE FOCUSED on SECURITY. It prompts the USER to login to the APPLICATION during the routing of a page. |
|