Interface ViewContainerOptions<C>

interface ViewContainerOptions<C> {
    context?: C;
    index?: number;
    insert?: boolean;
}

Type Parameters

  • C

Hierarchy

  • IndexOptions
    • ViewContainerOptions

Properties

context?: C
index?: number

the index to insert the

insert?: boolean

the default value is true