chrv-components 1.11.15 → 1.11.16

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.
@@ -3835,8 +3835,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
3835
3835
  }]
3836
3836
  }] });
3837
3837
 
3838
- const CHR_MODAL_DATA = new InjectionToken('CHR_MODAL_DATA');
3839
- const CHR_MODAL_REF = new InjectionToken('CHR_MODAL_REF');
3838
+ const CHR_MODAL_DATA = new InjectionToken('CHR_MODAL_DATA', {
3839
+ providedIn: 'root',
3840
+ factory: () => null,
3841
+ });
3842
+ const CHR_MODAL_REF = new InjectionToken('CHR_MODAL_REF', {
3843
+ providedIn: 'root',
3844
+ factory: () => null,
3845
+ });
3840
3846
 
3841
3847
  class ModalService {
3842
3848
  constructor() {