ngc-float-button
ngc-float-button copied to clipboard
Google Material Design Float Button - Implementation for Angular v4+. Demo: http://bit.ly/2yIya2f
when add this module to import module ==> Error: Failed to compile entry-point ngx-float-button (`es2015` as esm2015) due to compilation errors: node_modules/ngx-float-button/fesm2015/ngx-float-button.js:375:26 - error NG1010: Value at position 1 in...
Hi, Is it possible to change the shape from the button. fox example like i want to have a square instead a circle. thanks.
can be changed using just font icon
We are trying to track clicks on these individual item buttons with Google Tag Manager. The easiest and most reliable way to distinguish between the different buttons is with an...
https://github.com/GustavoCostaW/ngc-float-button/blob/e65233722faae6d92344971315a06b256ef709aa/components/ngc-float-button.component.ts#L28-L30 I think the content of the button should be more flexible, in my case i want to use a Font Awesome icon so i propose to have something like...
This version adds the ability to add custom svg icons to the buttons instead of being restricted to material icons. This should assist in resolution of #4. To use a...
It seems the project depends on rxjs-compat. It would be nice to get rid of this dependency and change the implementation such that the new rxjs API is used.
hey buddy, when i have multiple float action item button inside ngc-float-button the click event does not work properly and it just fire the click event for the last ngc-float-item-button...