Member Junction
    Preparing search index...

    Implements

    • AfterViewInit
    • OnDestroy
    • OnChanges
    Index

    Constructors

    Properties

    container: ViewContainerRef
    EditMode: boolean = false
    Entity: string
    LoadComplete: EventEmitter<void> = ...
    record: BaseEntity
    Section: string

    Methods

    • A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.

      Returns void

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: { [propName: string]: SimpleChange<any> }

        The changed properties.

      Returns void