setupTestingRouter
Router setup factory function used for testing.
setupTestingRouter(urlSerializer: UrlSerializer, contexts: ChildrenOutletContexts, location: Location, loader: NgModuleFactoryLoader, compiler: Compiler, injector: Injector, routes: Route[][], opts?: ExtraOptions | UrlHandlingStrategy, urlHandlingStrategy?: UrlHandlingStrategy)
Parameters
urlSerializer
|
UrlSerializer |
|
contexts
|
ChildrenOutletContexts |
|
location
|
Location |
|
loader
|
NgModuleFactoryLoader |
|
compiler
|
Compiler |
|
injector
|
Injector |
|
routes
|
Route[][] |
|
opts
|
ExtraOptions | UrlHandlingStrategy |
Optional. Default is |
urlHandlingStrategy
|
UrlHandlingStrategy |
Optional. Default is |