Ionic5 ion- * неизвестный элемент - PullRequest
0 голосов
/ 26 мая 2020

Я использую ionic@5.0.0 и angular@9.1.0

В одном компоненте внезапно возникла эта ошибка

ERROR in src/app/modules/core/attachmentViewer/attachment-viewer.component.html:1:1 - error NG8001: 'ion-header' is not a known element:
    1. If 'ion-header' is an Angular component, then verify that it is part of this module.
    2. If 'ion-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

    1 <ion-header mode="md">
      ~~~~~~~~~~~~~~~~~~~~~~

      src/app/modules/core/attachmentViewer/attachment-viewer.component.ts:9:16
        9   templateUrl: './attachment-viewer.component.html',
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Error occurs in the template of component AttachmentViewerComponent.

Эта ошибка повторяется с другими компонентами ioni c.

Я импортировал IonicModule в модуль.

Я уже пытался решить эту проблему, удалив node_modules и блокировку пакета. json

...