Get started with ng-quill CDN
MIT licensed
Ng-Quill is a Angular library for the Quill WYSIWYG editor.
Tags:- editor
- rich text
- wysiwyg
- angular
- directive
Stable version
Copied!
How to start using ng-quill CDN
import { Component } from '@angular/core';
@Component({
selector: 'app-quill-example',
template: `
<div class="container">
<quill-editor [content]="content" (contentChanged)="onContentChanged($event)"></quill-editor>
</div>
`,
})
export class QuillExampleComponent {
content = '<p>This is the initial content of the Quill editor.</p>';
onContentChanged(event: any) {
this.content = event;
}
}
Copied!
Copied!
Copied!
All versions
1.0.10
1.0.11
1.0.12
1.1.0
1.1.1
1.2.0
1.3.0
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.5.0
1.5.1
1.5.2
1.5.3
2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.3.0
3.0.0
3.0.1
3.0.2
3.1.0
3.1.1
3.2.0
3.2.1
3.2.2
3.3.0
3.3.1
3.4.0
3.5.0
3.5.1
3.5.2
3.6.0
3.7.0
3.7.1
3.8.0
4.0.0
4.0.1
4.1.0
4.2.0
4.3.0
4.3.1
4.4.0
4.5.0
4.5.1
4.5.2
*** 4.5.3