UNPKG

ipsos-components

Version:

Material Design components for Angular

12 lines (10 loc) 253 B
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 {}