docs(router): fixed PreloadAllModules comment typo (#38758)
PR Close #38758
This commit is contained in:
parent
7997fc5f97
commit
6d9bfb8368
|
@ -33,7 +33,7 @@ export abstract class PreloadingStrategy {
|
|||
* Provides a preloading strategy that preloads all modules as quickly as possible.
|
||||
*
|
||||
* ```
|
||||
* RouteModule.forRoot(ROUTES, {preloadingStrategy: PreloadAllModules})
|
||||
* RouterModule.forRoot(ROUTES, {preloadingStrategy: PreloadAllModules})
|
||||
* ```
|
||||
*
|
||||
* @publicApi
|
||||
|
|
Loading…
Reference in New Issue