open-learning-exchange/planet

View on GitHub
src/app/shared/forms/planet-markdown-textbox.component.html

Summary

Maintainability
Test Coverage

<td-text-editor
  [options]="options"
  [ngClass]="{ 'warn-text-color': errorState }"
  [ngModel]="textValue"
  (ngModelChange)="writeValue($event)"
  (focusout)="onFocusOut()"
  #editor>
</td-text-editor>