Ionic3 error 'ion-header' is not a known element:

using ionic, I want to write a tab switch, which can be regarded as secondary navigation. I got a component and wrote
< ion-header >

.

< ion-navbar >

<button ion-button icon-only menuToggle>
  <ion-icon name="menu"></ion-icon>
</button>

<ion-title>
  Page Title
</ion-title>

< / ion-navbar >

< / ion-header >
copy it directly on the Internet, and then you will see the error

.

clipboard.png

clipboard.png

clipboard.png
it"s been a day. I don"t know what went wrong. What plug-ins are missing? Or what"s the problem? Ask God to take a look, thank you!


try npm ion-icon. If you haven't used ion-icon


ng4, just replace it with ng5,

.
Menu