You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider that we want to protecting routes that should not be accessible unless certain
conditions are met, like user authentication, which angular route guard we can use?
Suppose that we have a form page for editing profile information. If a user makes changes but
tries to navigate away without saving, prompt them to either save the changes or confirm that they want to leave without saving. which angular route guard we can use?
Which type of route guard we should use if we want to fetch data before navigation completes?
Which type of route guard we should use if we want to prevent unauthorized users from downloading a premium feature module that should only be accessible (and thus downloaded) by premium users?
Introduction
Learning
Consider that we want to protecting routes that should not be accessible unless certain
conditions are met, like user authentication, which angular route guard we can use?
Suppose that we have a form page for editing profile information. If a user makes changes but
tries to navigate away without saving, prompt them to either save the changes or confirm that they want to leave without saving. which angular route guard we can use?
Which type of route guard we should use if we want to fetch data before navigation completes?
Which type of route guard we should use if we want to prevent unauthorized users from downloading a premium feature module that should only be accessible (and thus downloaded) by premium users?
Project
https://github.com/Star-Academy/Summer1403-FE-Team10/blob/13f649e3e98bba02f3769c1eec0165c1cf243e34/Phase09-Routing/src/app/app.routes.ts
The text was updated successfully, but these errors were encountered: