-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Any plans on supporting Angular 13? #94
Comments
how about v14 |
how about v15 |
how about v17 |
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... |
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: 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: 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. |
I see the library currently still targets v12
The text was updated successfully, but these errors were encountered: