Can't bind to 'product' since it isn't a known property of 'app-child-comp'.
1. If 'app-child-comp' is an Angular component and it has 'product' input, then verify that it is part of this module.
2. If 'app-child-comp' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.ngtsc(-998002)
parent-comp.component.ts(4, 3): Error occurs in the template of component ParentCompComponent.
Ещё видео!