This is a quiz app, in this scenario my next button will redirect to another page and it\'s disabled by default. If I choose all the options it shou
The answers will work, but you can make it the Angular way shown here:
https://angular.io/guide/forms-overview
There are 2 ways: template-driven or reactive forms
Then you can bind disabled property to the form valid property.
Choose what’s suits best to your needs. Hope it will be helpful.