0.0.3 • Published 5 years ago

ngx-prosemirror v0.0.3

Weekly downloads
17
License
-
Repository
-
Last release
5 years ago

ngx-prosemirror

This package encapsulates the prosemirror editor for Angular applications

Instructions

  • npm i ngx-prosemirror
  • Import the NgxProsemirrorModule to your module
  • Add to your component
<ngx-prosemirror [(content)]="contentInMarkdown"></ngx-prosemirror>