{"version":3,"file":"component-outlet-injector.directive.d.ts","sources":["component-outlet-injector.directive.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { NgComponentOutlet } from '@angular/common';\nimport { ComponentRef } from '@angular/core';\nimport { DynamicComponentInjector } from './token';\nexport declare class ComponentOutletInjectorDirective implements DynamicComponentInjector {\n    private componentOutlet;\n    get componentRef(): ComponentRef<any>;\n    constructor(componentOutlet: NgComponentOutlet);\n}\n"]}