ViewChild is an important tool in Ionic that can be used to call API methods on components. ... export class HomePage { @ViewChild(Menu) menu: Menu; ...
確定! 回上一頁