'ion-icon' is not a known element

Ah I think I know the problem. If you are using a component with ionic elements (ion-item etc) in the module you declare them you need to add ‘IonicModule.forRoot(IonicComponent)’ to the input array.

Check out this forum post and you’ll see what I mean.

-Dharsan

5 Likes