[Solved] How to disable button in angular securely?
You cannot “safely” disable stuff on the client side. User can modify not only HTML, but the javascript as well, so even if there would be “secure” ways to disable buttons, users could still check what javascript will run and run it. solved How to disable button in angular securely?