@indice/ng-components 0.2.172-beta.8 → 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.
- package/_styles.scss +2 -2
- package/esm2020/lib/services/modal-service/modal-service.mjs +2 -1
- package/fesm2015/indice-ng-components.mjs +1 -0
- package/fesm2015/indice-ng-components.mjs.map +1 -1
- package/fesm2020/indice-ng-components.mjs +1 -0
- package/fesm2020/indice-ng-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|