tommueller / ng-mat-search-bar

An Angular 2+ component for an expandable search-icon.
MIT License
37 stars 9 forks source link

Missing Dependencies Error On Angular 10 #33

Open saurabh47 opened 4 years ago

saurabh47 commented 4 years ago

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

tommueller commented 4 years ago

Hi @saurabh47 , can you please try if the issue is resolved with 10.0.0-beta.3 version of the lib?

saurabh47 commented 4 years ago

@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. ezgif com-video-to-gif

tommueller commented 4 years ago

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