What is the purpose of the prelodingStrategy property configuration in this router code?
RouterModule.forRoot(
...{
preloadingStrategy: PreloadAllModules,
},
);
What is the purpose of the prelodingStrategy property configuration in this router code?
RouterModule.forRoot(
...{
preloadingStrategy: PreloadAllModules,
},
);