UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

14 lines (11 loc) 358 B
import { Directive } from '@angular/core'; @Directive({ selector: 'igx-bottom-nav-header-label,[igxBottomNavHeaderLabel]', standalone: true }) export class IgxBottomNavHeaderLabelDirective { } @Directive({ selector: 'igx-bottom-nav-header-icon,[igxBottomNavHeaderIcon]', standalone: true }) export class IgxBottomNavHeaderIconDirective { }