Advertisement
Guest User

Untitled

a guest
May 24th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @Component({
  2. selector: "app-menu-item-list",
  3. templateUrl: "./menu-item-list.component.html",
  4. styleUrls: ["./menu-item-list.component.less"]
  5. })
  6. export class MenuItemListComponent {
  7.  
  8. @Input("itemsToShow") itemsToShow: MenuItem[];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement