I have parent component with it's own module and pass data to child component that imported in app-module by using @input but there is error
*Can't bind to 'courseId' since it isn't a known property of 'app-rate-course'.
- If 'app-rate-course' is an Angular component and it has 'courseId' input, then verify that it is part of this module.
- If 'app-rate-course' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.*