@senior-agronegocio/angular-components 0.0.9872 → 0.0.9873

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.
@@ -1,5 +1,8 @@
1
- import { CommonModule, CurrencyPipe, DatePipe, DecimalPipe } from '@angular/common';
2
- import { LocalizedDatePipe } from '@seniorsistemas/angular-components';
1
+ import { LibTranslationModule } from '../../lib-translation.module';
2
+ import { CurrencyPipe, DatePipe, DecimalPipe } from '@angular/common';
3
+ import { LocaleModule, LocalizedDatePipe } from '@seniorsistemas/angular-components';
3
4
  import { KilogramPipe } from '../../pipe/kilogram';
4
- export declare const imports: (typeof CommonModule | import("@angular/compiler/src/core").ModuleWithProviders)[];
5
- export declare const providers: (typeof KilogramPipe | typeof DecimalPipe | typeof DatePipe | typeof LocalizedDatePipe | typeof CurrencyPipe)[];
5
+ export declare const imports: (typeof LibTranslationModule | (import("@angular/compiler/src/core").ModuleWithProviders & {
6
+ ngModule: LocaleModule;
7
+ }))[];
8
+ export declare const providers: (typeof KilogramPipe | typeof DecimalPipe | typeof CurrencyPipe | typeof DatePipe | typeof LocalizedDatePipe)[];