UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

10 lines (8 loc) 231 B
import {Directive, inject, TemplateRef} from '@angular/core'; @Directive({ selector: '[njSidepanelLayoutPanel]', standalone: true }) export class SidepanelLayoutPanelDirective { templateRef = inject(TemplateRef<unknown>); }