I am using angular2 for development and was wondering if there is any alternative for ng-disabled in angular2.
ng-disabled
For ex. below code is in angularJS:
Yes You can either set [disabled]= "true" or if it is an radio button or checkbox then you can simply use disable
For radio button:
Select color
For dropdown: