zebzhao / Angular-QueryBuilder

A modernized Angular 4+ query builder based on jquery QueryBuilder
MIT License
291 stars 218 forks source link

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

Open ckmanna opened 7 months ago

ckmanna commented 7 months ago

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.

panoti commented 6 months ago

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