@esfaenza/es-table 13.1.13 → 13.1.14

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.
@@ -4348,7 +4348,8 @@ class EsTableModule {
4348
4348
  ngModule: EsTableModule,
4349
4349
  providers: [
4350
4350
  { provide: EST_LOCALE, useValue: config?.locale || 'it-IT' },
4351
- { provide: EST_DEBUG, useValue: config?.debugMode || false }
4351
+ { provide: EST_DEBUG, useValue: config?.debugMode || false },
4352
+ { provide: EST_DEFAULTS, useValue: config?.defaults || null },
4352
4353
  ]
4353
4354
  };
4354
4355
  }