ionic3有预加载配置吗?有没有类似angular4里面的PreloadingStrategy?
项目比较大,一些比较重要的页面我希望提前加载,请问该如何做呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
项目比较大,一些比较重要的页面我希望提前加载,请问该如何做呢?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
在3.10的版本有懒加载,并未看到有预加载的功能,比较重要的页面只能使用正常加载的方式。
找到了,官方文档上有
官方文档 https://ionicframework.com/do...
The priority property is only used during preloading. By default, preloading is turned off so setting this property would do nothing. Preloading eagerly loads all deep links after the application boots instead of on demand as needed. To enable preloading, set preloadModules in the main application module config to true