File

src/app/lib/dynamic-component/dynamic-component-data.interface.ts

Index

Properties

Properties

component
component: any
Type : any
inputs
inputs: literal type
Type : literal type
providers
providers: any[]
Type : any[]
export interface DynamicComponentData {
    component: any,
    providers?: any[],
    inputs?: { [name: string]: any }
};

results matching ""

    No results matching ""