@weblauncher/material-ckeditor
v0.14.3
Published
Material Ckeditor html content input component library
Downloads
24
Maintainers
Readme
Material Ckeditor
This is an Angular Material component library for having a file input component.
Installation
Install dependencies
npm i @ckeditor/ckeditor5-angular @ckeditor/ckeditor5-build-classic
Install library
npm i @weblauncher/material-ckeditor
Usage
Import module into your project app.module.ts
or other sub-module:
import { MatCkeditorModule } from '@weblauncher/material-ckeditor';
In your templates now you can add
<mat-form-field>
<mat-label>Editor</mat-label>
<mat-ckeditor [(ngModel)]="content"
placeholder="Select one file"></mat-ckeditor>
</mat-form-field>