()
| 253 | ); |
| 254 | |
| 255 | function provideRouterInitializer(): Provider[] { |
| 256 | return [ |
| 257 | // ROUTER_INITIALIZER token should be removed. It's public API but shouldn't be. We can just |
| 258 | // have `getBootstrapListener` directly attached to APP_BOOTSTRAP_LISTENER. |
| 259 | {provide: ROUTER_INITIALIZER, useFactory: getBootstrapListener}, |
| 260 | {provide: APP_BOOTSTRAP_LISTENER, multi: true, useExisting: ROUTER_INITIALIZER}, |
| 261 | ]; |
| 262 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…