ngx-editor-sodo
Version:
WYSIWYG Editor for Angular Applications
23 lines (14 loc) • 348 B
Markdown
# Resizer
The editor can be resized horizontally.
```html
<app-ngx-editor resizer="basic"></app-ngx-editor>
```
## Type
```js
resizer: string
```
### Options
The Resizer can accept two values `basic|stack`
* basic - CSS3 resizer
* stack - resizer like stackoverflow
Any options apart from this will default to `stack`