Ecodev / fab-speed-dial

Angular Material FAB speed dial
https://ecodev.github.io/fab-speed-dial
MIT License
89 stars 19 forks source link

Angular 11 #62

Closed vmanchev closed 3 years ago

vmanchev commented 3 years ago

Hello, can you please update the angular version and tag a new version for this package, as currently it cannot be used with Angular 11 projects.

This error is thrown when I try to update an Angular project from v10 to v11:

                  Package "@ecodev/fab-speed-dial" has an incompatible peer dependency to "@angular/material" (requires "^10.0.0", would install "11.0.1").
✖ Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
  See "/tmp/ng-bTg6b4/angular-errors.log" for further details.
vmanchev commented 3 years ago

thank you!