UNPKG

angular-froala-wysiwyg-2.7.1

Version:

Angular 2 and Angular 4 bindings for Froala WYSIWYG HTML rich text editor

6 lines 179 B
// Load the editor and the plugins we need. define(["jquery", "froala_editor", "fe_image", "fe_link"], function($) { $(function() { $('#edit').froalaEditor() }); });