I was wondering how it would be possible for me to create a custom Angular component that was based off of the native HTML button element and contained its own disabled property.
We currently have our own implementation of the button element that does not contain a disabled property and I wanted to know how I can add this functionality and make sure that it remains unusable and un-clickable.
Thanks