UNPKG

ngx-mat-menu

Version:

⚡ Try it on [StackBlitz](https://stackblitz.com/edit/angular-lnjubx)!

13 lines (12 loc) 249 B
export interface MenuOptions { id?: number; title?: string; icon?: string; route?: string; children?: Array<MenuOptions>; divider?: boolean; } export interface Theme { background: string; color: string; }