import {Component} from '@angular/core'; /** * @title Menu with icons */ @Component({ selector: 'menu-icons-example', templateUrl: 'menu-icons-example.html', styleUrls: ['menu-icons-example.css'], }) export class MenuIconsExample {}