OverviewOfficial Website

ng-select is a TypeScript Package that converts the normal select or input into customizable select inputs with multi-select and autocomplete support.

Add Package
npm install --save @ckeditor/ckeditor5-build-classic
npm install --save @ckeditor/ckeditor5-angular
Remove Package
npm uninstall @ckeditor/ckeditor5-build-classic
@ckeditor/ckeditor5-angular or you can remove package by removing specific package from package.json
Examples:
Title Template Typescript
CK Editor
<ckeditor [editor]="Editor" data=""></ckeditor>
import * as ClassicEditor from '@ckeditor/ckeditor5-build-classic';
public Editor = ClassicEditor;
© Skote.
© Skote.