src/text-editor/text-editor.component.ts
encapsulation | ViewEncapsulation.None |
selector | text-editor |
styleUrls | text-editor.component.scss |
templateUrl | ./text-editor.component.html |
Inputs |
Outputs |
constructor()
|
clipboard
|
Type:
Default value: |
formats
|
Type: |
history
|
Type:
Default value: |
keyboard
|
Type: |
placeholder
|
Type:
Default value: |
readOnly
|
Type:
Default value: |
text
|
Type: |
theme
|
Type:
Default value: |
toolbar
|
Type:
Default value: |
onSave
|
$event type: EventEmitter<Object>
|