ig-ng-ckeditor

1.0.0 • Public • Published

angular ckeditor module

install:

npm install ig-ng-ckeditor

usage: ts

  import {NgCkeditorModule} from 'ig-ng-ckeditor';
 
  @Module({
    imports:[
      NgCkeditorModule
    ]
  })

template

  <ng-ckeditor name="content" [(ngModule)]="article.content"></ng-ckeditor>

or

  <ng-ckeditor formControlName="content"></ng-ckeditor>

Readme

Keywords

Package Sidebar

Install

npm i ig-ng-ckeditor

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • igaves