Closed Timebutt closed 3 years ago
@chymz: please create new npm package and add release files. Thank you.
1.3.2
is published, thanks @Timebutt & @kzimny !
Could you please publish the latest release files: https://github.com/chymz/ng2-ckeditor/releases Thanks!
This PR correctly configures
@types/ckeditor
and improves the typing of some of the properties in theCKEditorComponent
.On top of that, I added an export of
CKEditorComponent
to the mainindex.ts
barrel file. Some applications need to be able to importCKEditorComponent
, my application for instance takes a reference to the component to be able to call a method explicitly.