Hi all, I’m trying to extend Ionic component, but faced with the problem. More details on the link:
I tried to extend the other my components, in different variations, and there is no problem.
But with the ionic components it’s look like it inherit it with metadata and extend it. ( my components don’t inherit metadata), so thats why it’s give me an error:
More than one component matched on this element. Make sure that only one component's selector can match a given element. Conflicting components: Item,ExtendedItem
and i dont know how to sulve this problem.
Thanks!