Angular-QueryBuilder icon indicating copy to clipboard operation
Angular-QueryBuilder copied to clipboard

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

Open ckmanna opened this issue 2 years ago • 1 comments

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.

ckmanna avatar Nov 13 '23 12:11 ckmanna

please try this fork https://github.com/angular-ex/ngx-condition-builder. I think it can help you solve your problem

panoti avatar Dec 15 '23 01:12 panoti