Open
Description
Hi, I followed the post about "Angular Router Custom Preloading Strategy", but I have a question.
May I use preload with a canLoad route ?
For example:
{
path: 'activity',
canLoad: [ LoginGuardGuard ],
loadChildren : () => import('./pages/activity/activity.module').then(m => m.ActivityModule),
data: { preload: true }
}
Sincerely,
Hugo
Metadata
Metadata
Assignees
Labels
No labels
Activity