Interface ViewContainerComponentOptions

interface ViewContainerComponentOptions {
    index?: number;
    insert?: boolean;
    selector?: string;
}

Hierarchy

  • IndexOptions
    • ViewContainerComponentOptions

Properties

index?: number

the index to insert the

insert?: boolean

the default value is true

selector?: string