@Component({ selector: 'my-component' }) class MyComponent implements OnInit { menuItems: any[]; constructor() { this.menuItems = [ { title: 'Item 1', ...
確定! 回上一頁