()
| 1271 | counter = counter; |
| 1272 | injector = inject(EnvironmentInjector); |
| 1273 | ngOnInit() { |
| 1274 | afterNextRender( |
| 1275 | () => { |
| 1276 | this.counter.set(1); |
| 1277 | }, |
| 1278 | {injector: this.injector}, |
| 1279 | ); |
| 1280 | } |
| 1281 | } |
| 1282 | TestBed.configureTestingModule({ |
| 1283 | providers: [{provide: PLATFORM_ID, useValue: PLATFORM_BROWSER_ID}], |
nothing calls this directly
no test coverage detected