Member Junction
    Preparing search index...

    Directive to mark a template as the accordion panel title. Supports rich HTML content (icons, badges, dynamic text).

    <mj-accordion-panel [Expanded]="true">
    <ng-template mjAccordionTitle>
    <i class="fa-solid fa-code"></i> Template Editor
    <span class="badge">3</span>
    </ng-template>
    <p>Panel content here</p>
    </mj-accordion-panel>
    Index

    Constructors

    Properties

    Constructors

    Properties

    templateRef: TemplateRef<unknown>