![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ngx-quill-lite
Advanced tools
A light weight Angular wrapper of Quilljs, powerful rich text editor.
An Angular library that lazy loads Quill JavaScript and its theme CSS. Dependencies: @angular/common, @angular/core, @angular/forms, @angular/platform-browser; Released assets from Quill.
Only load Quill js/css when needed. i.e., Quill is not bundled in your application.
Optimized toolbar and default configurations for common usages.
This component binds the following:
@Input() html = '';
@Output() htmlChange = new EventEmitter<string>();
This library is not intended to be widely used. It is build to fit my own needs.
Extending this library is in my plan. PRs are welcome too.
Download Quill based on instructions here.
Copy & Paste quill.min.js
and quill.snow.css
to assets\quill
folder. These two files will be lazy loaded during component initialization.
Import NgxQuillLite
module into the module uses Quill rich text editor.
Include quill-editor by <quill-editor [(html)]="html"></quill-editor>
in your component. quill-editor
has two way bindings with your html
string.
I have read and contributed to ngx-quill, which is a good libary and I recommend you use that libary if you have more requirements.
My goal of making ngx-quill-lite is to have lazy loading feature, because most of my applications only need Quill in one or two pages. Thus, a specialized library is in need, which gives birth to ngx-quill-lite.
FAQs
A light weight Angular wrapper of Quilljs, powerful rich text editor.
We found that ngx-quill-lite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.