Hi:
I’m migrating from 2 to 4 beta.
I want to put a component inside another component and it gives me hard time.
in ionic 2 I could easily put in the html of a page/component the selector of a component I created like so:
and it would work like a charm.
Now it gives me this error:
//----------------------------------------------
ERROR Error: Uncaught (in promise): Error: Template parse errors:
‘my-custom-component’ is not a known element:
- If ‘my-custom-component’ is an Angular component, then verify that it is part of this module.
- If ‘my-custom-component’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ‘@NgModule.schemas’ of this component to suppress this message.
//----------------------------------------------
What should I do?
10X in advance:)