这是 app.component.html
<ActionBar title="NewApp" class="action-bar font-awesome">
<ActionItem (tap)="toggleDrawer()" ios.position="left">
<Button text="" class="font-awesome" id="menu-btn"></Button>
</ActionItem>
</ActionBar>
<page-router-outlet></page-router-outlet>
当路线更改时,操作栏会更改为其他内容。我不能在 app.component.ts 中使用 ActionBar 吗?