'ion-slide'不是已知元素:

时间:2018-03-22 04:52:00

标签: angular ionic3

  1. 如果'ion-slide'是Angular组件,则验证它是否为part 这个模块。
  2. 如果'ion-slide'是Web组件,则添加'CUSTOM_ELEMENTS_SCHEMA' 到
  3. 我使用ion-slide作为组件模板的一部分,但在尝试使用该组件时出现此错误 通过导入ComponentsModule。

3 个答案:

答案 0 :(得分:0)

在您的-component.module.ts中导入离子模块,如下所示 import { IonicModule } from 'ionic-angular' 然后将其添加到imports: [IonicModule.forRoot(ComponentsModule)],

这样的导入中

答案 1 :(得分:0)

如果您想要针对Ionic-4的解决方案,可以在以下SO问题上看到:Ionic 4: 'ion-slide' is not a known element

答案 2 :(得分:-2)

您可以按照其文档使用离子幻灯片,因此请更喜欢此链接中的离子硅胶:https://ionicframework.com/docs/api/components/slides/Slides/