ngx-editor-n
Version:
WYSIWYG Editor for Angular Applications
23 lines (14 loc) • 352 B
Markdown
# Resizer
The editor can be resized horizontally.
```html
<app-ngx-editor-n resizer="basic"></app-ngx-editor-n>
```
## 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`