Tenho um projeto que é dividido da seguinte forma:
Quero usar em um compoente dentro da minha PAGE que se denomina SELECT BOX. Acontece que quando chamo o elemento no meu arquivo app.component.html ele é reconhecido. Porém quando tento usa-lo no meu arquivo selectbox.component.html ele já não é mais reconhecido. Aparece a seguinte mensagem:
'dx-select-box' is not a known element:
1. If 'dx-select-box' is an Angular component, then verify that it is part of this module.
2. If 'dx-select-box' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
O que preciso fazer para que meu selectbox.component.html também o reconheça?