@wizishop/angular-components 15.1.15 → 15.1.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.
- package/angular-components.scss +124 -124
- package/esm2020/lib/components/alert-popup/alert-popup.service.mjs +6 -3
- package/fesm2015/wizishop-angular-components.mjs +5 -2
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +5 -2
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-15.1.16.tgz +0 -0
- package/wizishop-angular-components-15.1.15.tgz +0 -0
|
@@ -4418,9 +4418,12 @@ class AlertPopupService {
|
|
|
4418
4418
|
}
|
|
4419
4419
|
}
|
|
4420
4420
|
AlertPopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: AlertPopupService, deps: [{ token: DomService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4421
|
-
AlertPopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: AlertPopupService });
|
|
4421
|
+
AlertPopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: AlertPopupService, providedIn: 'root' });
|
|
4422
4422
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: AlertPopupService, decorators: [{
|
|
4423
|
-
type: Injectable
|
|
4423
|
+
type: Injectable,
|
|
4424
|
+
args: [{
|
|
4425
|
+
providedIn: 'root'
|
|
4426
|
+
}]
|
|
4424
4427
|
}], ctorParameters: function () { return [{ type: DomService }]; } });
|
|
4425
4428
|
|
|
4426
4429
|
class AlertPopupModule {
|