@esfaenza/es-charts 15.2.2 → 15.2.4
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/es-charts.module.mjs +3 -1
- package/esm2020/lib/models/core/ChartLoader.mjs +3 -4
- package/fesm2015/esfaenza-es-charts.mjs +3 -3
- package/fesm2015/esfaenza-es-charts.mjs.map +1 -1
- package/fesm2020/esfaenza-es-charts.mjs +3 -3
- package/fesm2020/esfaenza-es-charts.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -658,10 +658,9 @@ class ChartLoader {
|
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
660
|
ChartLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartLoader, deps: [{ token: ESC_LOGS }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
661
|
-
ChartLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartLoader
|
|
661
|
+
ChartLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartLoader });
|
|
662
662
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartLoader, decorators: [{
|
|
663
|
-
type: Injectable
|
|
664
|
-
args: [{ providedIn: "root" }]
|
|
663
|
+
type: Injectable
|
|
665
664
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
666
665
|
type: Inject,
|
|
667
666
|
args: [ESC_LOGS]
|
|
@@ -2741,6 +2740,7 @@ class EsChartsModule {
|
|
|
2741
2740
|
return {
|
|
2742
2741
|
ngModule: EsChartsModule,
|
|
2743
2742
|
providers: [
|
|
2743
|
+
ChartLoader,
|
|
2744
2744
|
{ provide: ESC_ANIMATIONS, useValue: config?.animations == null || config?.animations == undefined ? true : config?.animations },
|
|
2745
2745
|
{ provide: ESC_THEME, useValue: config?.theme || 'spiritedaway' },
|
|
2746
2746
|
{ provide: ESC_LOGS, useValue: config?.debugMode || false },
|