Angular 5 component for pell WYSIWYG HTML Rich Text Editor. https://github.com/jaredreich/pell
npm install angular-pell
update app.module.ts
:
import { PellModule } from 'angular-pell'
@NgModule({
imports: [
PellModule,
],
})
export class AppModule { }
<pell-editor></pell-editor>