0.0.3 • Published 5 years ago
mos-library
Licence
—
Version
0.0.3
Deps
2
Size
43 kB
Vulns
1
Weekly
3
MosLibrary
Add Quill editor as form control.
Usage
- Add "node_modules/quill/dist/quill.snow.css" to your angular.json.
- Install @angular/common & @angular/core
Use it like:
<form [formGroup]="form">
<mos-rich-editor formControlName="html"></mos-rich-editor>
</form>