* Typing tests.
| 259 | */ |
| 260 | |
| 261 | @Component({ |
| 262 | template: '', |
| 263 | // @ts-expect-error: `provideAppInitializer()` should not work with Component.providers, as it |
| 264 | // wouldn't be executed anyway. |
| 265 | providers: [provideAppInitializer(() => {})], |
| 266 | }) |
| 267 | class Test {} |
nothing calls this directly
no test coverage detected
searching dependent graphs…