Skip to content

ProductImagesModule - NG0303: Can't bind to 'cxFeature' since it isn't a known property #21074

@NagisaSan

Description

@NagisaSan

`NG0303: Can't bind to 'cxFeature' since it isn't a known property of 'ng-container' (used in the '_ProductImagesComponent' component template).

  1. 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.
  2. If 'ng-container' 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.`

This errors appears in ProductImagesModules, I believe this is due to missing FeaturesConfigModule import, as other features don't throw any errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions