monkey-front-core 0.0.487 → 0.0.488
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/core/pipes/monkeyecx-pipes.module.mjs +4 -4
- package/fesm2015/monkey-front-core.mjs +3 -3
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -3
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.488.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.487.tgz +0 -0
|
@@ -3,7 +3,7 @@ import { Component, Input, NgModule, Pipe, ViewEncapsulation, Injectable, Inject
|
|
|
3
3
|
import * as i1 from 'monkey-style-guide';
|
|
4
4
|
import { MonkeyButtonModule, MonkeyModalModule, MonkeyIconModule, MonkeyInputModule, MonkeyRadioButtonModule, MonkeyOptionModule, MonkeyUtils, MonkeyStyleGuideModule, MonkeyStyleGuideModalService, MonkeyStyleGuideSettingsService, MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
|
|
5
5
|
import * as i2 from '@angular/common';
|
|
6
|
-
import { CommonModule, formatNumber, CurrencyPipe, registerLocaleData } from '@angular/common';
|
|
6
|
+
import { CommonModule, formatNumber, CurrencyPipe, DatePipe, registerLocaleData } from '@angular/common';
|
|
7
7
|
import * as i1$1 from '@ngx-translate/core';
|
|
8
8
|
import { TranslateModule, TranslateService } from '@ngx-translate/core';
|
|
9
9
|
import * as moment_ from 'moment';
|
|
@@ -1661,7 +1661,7 @@ MonkeyEcxPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
1661
1661
|
MonkeyEcxTextTruncatePipe,
|
|
1662
1662
|
MonkeyEcxTruncateQtdPipe,
|
|
1663
1663
|
MonkeyEcxFormatDatePipe] });
|
|
1664
|
-
MonkeyEcxPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe] });
|
|
1664
|
+
MonkeyEcxPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPipesModule, providers: [CurrencyPipe, DatePipe] });
|
|
1665
1665
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxPipesModule, decorators: [{
|
|
1666
1666
|
type: NgModule,
|
|
1667
1667
|
args: [{
|
|
@@ -1711,7 +1711,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
1711
1711
|
MonkeyEcxTruncateQtdPipe,
|
|
1712
1712
|
MonkeyEcxFormatDatePipe
|
|
1713
1713
|
],
|
|
1714
|
-
providers: [CurrencyPipe]
|
|
1714
|
+
providers: [CurrencyPipe, DatePipe]
|
|
1715
1715
|
}]
|
|
1716
1716
|
}] });
|
|
1717
1717
|
|