Skip to content

Can't bind to 'ngModel' since it isn't a known property of 'query-builder'. #261

Description

@ckmanna

i am getting this issues in app.component.html file.

Can't bind to 'ngModel' since it isn't a known property of 'query-builder'.

  1. If 'query-builder' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
  2. If 'query-builder' 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.

Angular cli version is 13.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions