Angular - Performance Optimization
In Angular, which technique allows you to delay the loading of a feature module until after a user successfully authenticates?
canLoad to control if a lazy loaded module should be loaded.canLoad prevents the module from loading until the guard allows it, typically after authentication.canLoad guard to delay module loading [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions