1.0.0 • Published 7 years ago

ig-ng-ckeditor v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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>