import { AfterViewInit, ViewContainerRef } from '@angular/core'; import { InjectionsService } from './injections.service'; export declare class InjectionsComponent implements AfterViewInit { private injectionsService; viewContainerRef: ViewContainerRef; constructor(injectionsService: InjectionsService, viewContainerRef: ViewContainerRef); ngAfterViewInit(): void; }