el-text-editor 0.0.51 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/el-text-editor.component.mjs +7 -7
- package/esm2020/lib/el-text-editor.module.mjs +4 -4
- package/esm2020/lib/el-text-editor.service.mjs +3 -3
- package/fesm2015/el-text-editor.mjs +13 -13
- package/fesm2015/el-text-editor.mjs.map +1 -1
- package/fesm2020/el-text-editor.mjs +13 -13
- package/fesm2020/el-text-editor.mjs.map +1 -1
- package/package.json +1 -1
@@ -9,15 +9,15 @@ import { NgxFullscreenModule } from '@ultimate/ngx-fullscreen';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
export class ElTextEditorModule {
|
11
11
|
}
|
12
|
-
ElTextEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
13
|
-
ElTextEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
12
|
+
ElTextEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
13
|
+
ElTextEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorModule, declarations: [ElTextEditorComponent], imports: [CommonModule,
|
14
14
|
FormsModule,
|
15
15
|
ReactiveFormsModule,
|
16
16
|
NgbDropdownModule,
|
17
17
|
ColorSketchModule,
|
18
18
|
ColorPickerModule,
|
19
19
|
NgxFullscreenModule], exports: [ElTextEditorComponent] });
|
20
|
-
ElTextEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
20
|
+
ElTextEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorModule, imports: [[
|
21
21
|
CommonModule,
|
22
22
|
FormsModule,
|
23
23
|
ReactiveFormsModule,
|
@@ -26,7 +26,7 @@ ElTextEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
26
26
|
ColorPickerModule,
|
27
27
|
NgxFullscreenModule,
|
28
28
|
]] });
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorModule, decorators: [{
|
30
30
|
type: NgModule,
|
31
31
|
args: [{
|
32
32
|
declarations: [
|
@@ -3,9 +3,9 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export class ElTextEditorService {
|
4
4
|
constructor() { }
|
5
5
|
}
|
6
|
-
ElTextEditorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
7
|
-
ElTextEditorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
6
|
+
ElTextEditorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
7
|
+
ElTextEditorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorService, providedIn: 'root' });
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ElTextEditorService, decorators: [{
|
9
9
|
type: Injectable,
|
10
10
|
args: [{
|
11
11
|
providedIn: 'root'
|