Skip to content

sabakugaara/angular-pell

Repository files navigation

angular-pell

Angular 5 component for pell WYSIWYG HTML Rich Text Editor. https://github.com/jaredreich/pell

HowTo

install

npm install angular-pell

import PellModule

update app.module.ts:

import { PellModule } from 'angular-pell'

@NgModule({
  imports: [
    PellModule,
  ],
})
export class AppModule { }

use it

<pell-editor></pell-editor>

About

Angular5 component for pell WYSIWYG HTML Rich Text Editor. https://github.com/jaredreich/pell

Resources

License

Stars

Watchers

Forks

Packages

No packages published