0 / 60 seg.

What is the purpose of the prelodingStrategy property configuration in this router code?

RouterModule.forRoot(
  ...{
    preloadingStrategy: PreloadAllModules,
  },
);