Member Junction
    Preparing search index...

    Modular card component with header title, icon, actions, and maximize/restore capability.

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    ActionsTemplate?: MJCardActionsDirective
    AllowMaximize: boolean = true
    CardId: string = ...
    FooterTemplate?: MJCardFooterDirective
    Icon?: string
    Maximize: EventEmitter<void> = ...
    MaximizeTooltip: string = 'Expand card'
    Restore: EventEmitter<void> = ...
    RestoreTooltip: string = 'Restore view'
    ShowHeader: boolean = true
    Subtitle?: string
    Title?: string
    TitleTemplate?: MJCardTitleDirective
    ToolsTemplate?: MJCardToolsDirective

    Accessors

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void