docs(router): fixed PreloadAllModules comment typo (#38758)

PR Close #38758
This commit is contained in:
Popov Max 2020-09-09 14:35:52 +03:00 committed by atscott
parent 7997fc5f97
commit 6d9bfb8368
1 changed files with 1 additions and 1 deletions

View File

@ -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