angular2-tinymce
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "angular2-tinymce", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,5 @@ # angular2-tinymce | ||
First, install package via npm: | ||
```npm install --save angular2-tinymce | ||
``` | ||
npm install --save angular2-tinymce | ||
``` | ||
@@ -13,3 +14,4 @@ Then copy lightgray skin from [here] (https://github.com/Ledzz/angular2-tinymce/tree/master/demo/assets/tinymce/skins/lightgray) to the `/assets` folder. So, i.e. there must be available `/assets/tinymce/skins/lightgray/skin.min.css` file. | ||
Import `TinymceModule` in you `app.module.ts`: | ||
```import { TinymceModule } from 'angular2-tinymce'; | ||
``` | ||
import { TinymceModule } from 'angular2-tinymce'; | ||
@@ -26,5 +28,5 @@ @NgModule({ | ||
Upcoming features: | ||
## Upcoming features: | ||
- [ ] Tinymce configuration | ||
- [ ] File uploading | ||
- [ ] Events |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18207
30
791