📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-pell

Angular 5 component for pell WYSIWYG HTML Rich Text Editor

0.1.0
latest
Version published
Weekly downloads
249
-9.78%
Maintainers
1
Weekly downloads
 
Created

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 pell-editor component
<pell-editor></pell-editor>

FAQs

Package last updated on 09 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts