()
| 872 | injector = inject(EnvironmentInjector); |
| 873 | |
| 874 | ngOnInit() { |
| 875 | afterNextRender( |
| 876 | () => { |
| 877 | this.appRef.tick(); |
| 878 | }, |
| 879 | {injector: this.injector}, |
| 880 | ); |
| 881 | } |
| 882 | } |
| 883 | |
| 884 | TestBed.configureTestingModule({ |
nothing calls this directly
no test coverage detected