Angular-QueryBuilder
Angular-QueryBuilder copied to clipboard
Can't bind to 'ngModel' since it isn't a known property of 'query-builder'.
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'.
- If 'query-builder' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
- If 'query-builder' 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.
Angular cli version is 13.
please try this fork https://github.com/angular-ex/ngx-condition-builder. I think it can help you solve your problem