(parentInjector: EnvironmentInjector)
| 299 | } |
| 300 | |
| 301 | function createApplicationRef(parentInjector: EnvironmentInjector) { |
| 302 | const injector = createApplicationRefInjector(parentInjector); |
| 303 | return injector.get(ApplicationRef); |
| 304 | } |
| 305 | |
| 306 | it( |
| 307 | 'should cleanup the DOM', |
no test coverage detected
searching dependent graphs…