`NG0303: Can't bind to 'cxFeature' since it isn't a known property of 'ng-container' (used in the '_ProductImagesComponent' component template).
- If 'ng-container' is an Angular component and it has the 'cxFeature' input, then verify that it is a part of an @NgModule where this component is declared.
- If 'ng-container' 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.`
This errors appears in ProductImagesModules, I believe this is due to missing FeaturesConfigModule import, as other features don't throw any errors.