ng-mat-search-bar
ng-mat-search-bar copied to clipboard
Missing Dependencies Error On Angular 10
Getting this error on Angular "@angular/core": "~10.0.0"
ERROR in The target entry-point "ng-mat-search-bar" has missing dependencies:
- @angular/material/autocomplete
- @angular/common
- @angular/core
- @angular/forms
- @angular/material/core
- @angular/material/icon
- @angular/material/input
- @angular/animations
Thanks
Hi @saurabh47 , can you please try if the issue is resolved with 10.0.0-beta.3 version of the lib?
@tommueller Now there is no compilation error.but it not showing input field on search icon click.
In DOM there is no input field getting created.I have tried with reactive & template-driven form.

@saurabh47 can you provide a reproduction? for me it's working fine.