Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MenuNavigateBackIconDirective

Selector for the icon template of teh navigate back item. Use this directive if you want use icons another way than as a class of an <i></i> element.

example

Using mat-icon.

<itl-menu [dataSource]="menuDataSource">
 <ng-template itlMenuNavigateBackIcon>
   <mat-icon>arrow_back</mat-icon>
 </ng-template>
</itl-menu>

Hierarchy

  • MenuNavigateBackIconDirective

Index

Constructors

Properties

Constructors

constructor

Properties

template

template: TemplateRef<any>

Generated using TypeDoc