UNPKG

@ng-flexy/layout

Version:

Flexy components and tools to build Angular 8+ applications

10 lines (9 loc) 412 B
import { ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core'; import { FlexyLayoutComponentSchema } from '../model/layout-schema.model'; export declare class FlexyContainerComponent implements OnInit { private resolver; viewContainerRef: ViewContainerRef; componentSchema: FlexyLayoutComponentSchema; constructor(resolver: ComponentFactoryResolver); ngOnInit(): void; }