Direction: Choose the correct option
Q1.
What are route guards in Angular?
Direction: Choose the correct option
Q2.
Which guard is used to check if a user can enter a route?
Direction: Choose the correct option
Q3.
What does `CanDeactivate` guard do?
Direction: Choose the correct option
Q4.
How do you implement a guard?
Direction: Choose the correct option
Q5.
What does a guard typically return?
Direction: Choose the correct option
Q6.
What is the `CanLoad` guard used for?
Direction: Choose the correct option
Q7.
What is the `Resolve` guard used for?
Direction: Choose the correct option
Q8.
How do you apply multiple guards to a route?
Direction: Choose the correct option
Q9.
What is the order of execution of guards?
Direction: Choose the correct option
Q10.
Can guards be applied at component level?
