Skip to content
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

Open
alexciesielski opened this issue Feb 4, 2022 · 5 comments
Open

Any plans on supporting Angular 13? #94

alexciesielski opened this issue Feb 4, 2022 · 5 comments

Comments

@alexciesielski
Copy link

I see the library currently still targets v12

@jordankkk
Copy link

how about v14

@wikylyu
Copy link

wikylyu commented Nov 30, 2022

how about v15

@marcinkunert
Copy link

how about v17

@JalmariO
Copy link

JalmariO commented Nov 28, 2023

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
Copy link

dereekb commented Jan 4, 2024

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants