如何在 Ionic 3 的页面中导入页面
Posted
技术标签:
【中文标题】如何在 Ionic 3 的页面中导入页面【英文标题】:How to import a page within a page in Ionic 3 【发布时间】:2018-12-31 12:40:11 【问题描述】:This is the app component. It gives an error that it can't find module pages/question/pages/question1/question1 This is the app module where I declared the question1. still the same error.
【问题讨论】:
【参考方案1】:你的导入路径不对,应该是,
import question1 from './pages/questions/pages/question1'
【讨论】:
感谢您的更正。现在导入的名称有错误。它说它没有导出的成员。以上是关于如何在 Ionic 3 的页面中导入页面的主要内容,如果未能解决你的问题,请参考以下文章
如何在ionic 4项目中导入和使用自定义cordova插件