ng2-ckeditor icon indicating copy to clipboard operation
ng2-ckeditor copied to clipboard

[Enhacement] Load CKEditor on demand

Open Aleksandr-ru opened this issue 3 years ago • 0 comments

The idea is to remove step

Include CKEditor javascript files in your application :
<script src="https://cdn.ckeditor.com/4.14.1/full/ckeditor.js"></script>

and make editor JS loaded only in first component creation, see official package code

Editor url should be changeable via module config.

Aleksandr-ru avatar Sep 18 '20 11:09 Aleksandr-ru