How do you change the text of a <button> when that button is clicked in angular2?
For example, changing the button text from "Save" to "Saving..." and then also set it to be disabled.
I know how to do this in AngularJS, jQuery, and plain JS, and I have some ideas on how to do this in Angular2, but I wanted to make sure I'm not doing it in some outdated or convoluted way when it comes to Angular2.