@weblauncher/material-ckeditor
TypeScript icon, indicating that this package has built-in type declarations

0.14.3 • Public • Published

Material Ckeditor

npm version

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>

Contribute

Angular Material Administration library contribution guide

/@weblauncher/material-ckeditor/

    Package Sidebar

    Install

    npm i @weblauncher/material-ckeditor

    Weekly Downloads

    10

    Version

    0.14.3

    License

    MIT

    Unpacked Size

    88.5 kB

    Total Files

    15

    Last publish

    Collaborators

    • mihaivarga