michaeldoye / mat-progress-buttons

Very simple Angular6+ Material Design progress buttons
https://mat-progress-buttons.firebaseapp.com/
MIT License
110 stars 54 forks source link

Any plans on supporting Angular 13? #94

Open alexciesielski opened 2 years ago

alexciesielski commented 2 years ago

I see the library currently still targets v12

jordankkk commented 2 years ago

how about v14

wikylyu commented 1 year ago

how about v15

marcinkunert commented 11 months ago

how about v17

JalmariO commented 11 months ago

Is there an alternative for this? I really like the appearance and functionality of these buttons, Bu I really need to upgrade my application also...

dereekb commented 9 months ago

I integrated it into my own components library after I saw this library was abandoned. You can find a demo here:

https://components.dereekb.com/doc/interaction/button

Code for the example page here: https://github.com/dereekb/dbx-components/blob/main/apps/demo/src/app/modules/doc/modules/interaction/container/button.component.html

The caveat is there is no standalone published npm library for the buttons although I think you could just import the progress buttons module (DbxProgressButtonsModule) from @dereekb/dbx-web and use them like that. Additionally, the configuration also differs slightly, and the classes/selectors are different too. You can check out the code here:

https://github.com/dereekb/dbx-components/tree/develop/packages/dbx-web/src/lib/button/progress

I'm in the middle of refactoring everything for Angular 16 and just touched on this module. I think the progress button components are self-contained for the most part. Usage of the dbx-button component is part of the bigger library that requires some Angular Material like setup. No documentation aside from the demo examples either.

I don't have the bandwidth to offer anything aside from that for now.