angular-pell
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

angular-pell

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

HowTo

  1. install
npm install angular-pell
  1. import PellModule

update app.module.ts:

import { PellModule } from 'angular-pell'

@NgModule({
  imports: [
    PellModule,
  ],
})
export class AppModule { }
  1. use pell-editor component
<pell-editor></pell-editor>

Readme

Keywords

Package Sidebar

Install

npm i angular-pell

Weekly Downloads

346

Version

0.1.0

License

MIT

Unpacked Size

59.2 kB

Total Files

18

Last publish

Collaborators

  • gaara