I want if the input \'Contract type\' is empty, the button \'Save\' is not clickable
Save button:
I tried use [disabled]="!editmode" but it not work in my case.
[disabled]="!editmode"
This is my solution [disabled]="!editmode ? 'disabled': null" , I share for whom concern.
[disabled]="!editmode ? 'disabled': null"
Load Chart
Stackbliz https://stackblitz.com/edit/angular-af55ep