Text editor

Angular form control values

Disabled {{ textEditorControl.disabled }}
Errors {{ textEditorControl.errors | json }}
Pristine {{ textEditorControl.pristine }}
Status {{ textEditorControl.status }}
Touched {{ textEditorControl.touched }}
Valid {{ textEditorControl.valid }}
Value {{ textEditorControl.value }}

Preview HTML

@if (displayValue) {
}