GustavoCostaW / ngc-float-button

Google Material Design Float Button - Implementation for Angular v4+. Demo: http://bit.ly/2yIya2f
MIT License
58 stars 24 forks source link

No longer works with latest version of angular material #6

Closed fennekit closed 6 years ago

fennekit commented 6 years ago

In the latest versions angular material MaterialModule is no longer present. Including the package fails with

ERROR in project/node_modules/ngc-float-button/index.ts (3,10): Module '"project/node_modules/@angular/material/material"' has no exported member 'MaterialModule'.

GustavoCostaW commented 6 years ago

I will fix this problem in this weekend, thank you.

adrian23 commented 6 years ago

Any news ?

hblanken commented 6 years ago

Encountered the same issues - no action @GustavoCostaW so we probably need to remove this fab :(

mordka commented 6 years ago

Thanks @GustavoCostaW for this fantastic package. Please find our PR #7 which resolves this. To all waiting for the merge you can use upgraded package by installing it this way npm install -S ngc-float-button/settings

GustavoCostaW commented 6 years ago

Hey @fennekit @adrian23 @hblanken @mordka , unfortunately, I was pretty sick because of this I took so long to fix that, sorry and I just published the new version and it's compatible with angular >= 4.4.4 and >= angular material beta 12, enjoy.

just run npm install --save ngc-float-button

You can check the demo with the latest version. http://bit.ly/2yIya2f