tommueller / ng-mat-search-bar

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

V9 #28

Closed brianpooe closed 4 years ago

brianpooe commented 4 years ago

Upgraded project to v9 with new Ivy compiler

tommueller commented 4 years ago

Cool thanks. Did you test this in your Angular 9 project?

Just one thing I noticed, peerDependencies should be readded for:

"@angular/animations": "^9.0.0", "@angular/core": "^9.0.0", "@angular/forms": "^9.0.0", "@angular/material": "^9.0.0"

Cheers

brianpooe commented 4 years ago

Somehow ng update also removed peer dependencies.

Yes tested it and it works just fine. But your example project ui alignment is all the way to the far right not sure if this is intended or the update did some UI change.