@indice/ng-components 0.2.172-beta.7 → 0.2.172-beta.9

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.
@@ -4254,6 +4254,7 @@ class ModalService {
4254
4254
  this.modalsCount++;
4255
4255
  const combinedConfig = { ...this.defaultConfig, ...config };
4256
4256
  combinedConfig.id = config?.id || new Date().getUTCMilliseconds();
4257
+ console.log('show', combinedConfig);
4257
4258
  this.createLoaders();
4258
4259
  this.addBodyPadding();
4259
4260
  if (this.modalsCount === 1) {