我在离子2项目中创建了两个根文件。一个是app.component,另一个是report-menu。我在app.component.module.ts文件中导入了report-menu模块。我的一个菜单在app.html中,另一个在report-menu.html中。但它不起作用。是否有可能实现这一目标?
答案 0 :(得分:0)
是的,有可能实现这一目标。但是两个菜单都需要在app.component.html
中定义。
加载report-menu
模块后,您需要使用MenuController
API禁用默认菜单并启用与report-menu
相关的菜单。
因此,您可以在app.component.html中定义多个菜单,并在页面基础上启用它们。