| 1 | import {Component, Injector, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {waitForAsync, TestBed} from '@angular/core/testing'; |
| 3 | import {ComponentPortal, PortalModule} from '../../portal'; |
| 4 | import {Platform} from '../../platform'; |
nothing calls this directly
no test coverage detected