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.
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'.
Angular cli version is 13.