angular2-tinymce
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -10,2 +10,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; | ||
import { TinymceDefaultOptions } from './angular2-tinymce.default'; | ||
import tinymce from 'tinymce/tinymce.js'; | ||
@@ -38,2 +39,5 @@ var TinymceModule = TinymceModule_1 = (function () { | ||
], | ||
providers: [ | ||
{ provide: 'tinymce-config', useClass: TinymceDefaultOptions } | ||
] | ||
}) | ||
@@ -40,0 +44,0 @@ ], TinymceModule); |
@@ -21,5 +21,5 @@ import { NgModule, ModuleWithProviders } from '@angular/core'; | ||
], | ||
// providers: [ | ||
// { provide: CONFIG_TOKEN, useClass: TinymceDefaultOptions } | ||
// ] | ||
providers: [ | ||
{ provide: 'tinymce-config', useClass: TinymceDefaultOptions } | ||
] | ||
}) | ||
@@ -26,0 +26,0 @@ export class TinymceModule { |
{ | ||
"name": "angular2-tinymce", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular2-tinymce.module", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29302
619
0