UNPKG

182 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2export declare class FramingComponentOutletModule {
3 static withEntryComponents(...components: any[]): ModuleWithProviders;
4}