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