Class ExpandRowContainerComponent<Data>

Type Parameters

  • Data extends Record<string, any>

Implements

  • AfterContentInit
  • OnDestroy

Constructors

Properties

element: Data
expandCell: ExpandRowService<Data>
expandCellContent?: ExpandRowContentDirective<Data>
portal: null | TemplatePortal<ExpandCellContentDirectiveContext<Data>> = null

Methods

  • A callback method that is invoked immediately after Angular has completed initialization of all of the directive's content. It is invoked only once when the directive is instantiated.

    Returns void