ng-easycommerce-v18 0.0.5 → 0.0.6
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/esm2022/lib/constants/core.constants.service.mjs +7 -1
- package/esm2022/lib/ec-components/product-detail-ec/product-detail-ec.component.mjs +3 -2
- package/fesm2022/ng-easycommerce-v18.mjs +8 -1
- package/fesm2022/ng-easycommerce-v18.mjs.map +1 -1
- package/lib/constants/core.constants.service.d.ts +6 -0
- package/package.json +1 -1
|
@@ -37,6 +37,12 @@ export declare class CoreConstantsService {
|
|
|
37
37
|
* @returns
|
|
38
38
|
*/
|
|
39
39
|
mediaUrl: (postMedia?: string) => string;
|
|
40
|
+
/**
|
|
41
|
+
* Retorna la url donde se guarda las imagenes.
|
|
42
|
+
* @param postMedia
|
|
43
|
+
* @returns
|
|
44
|
+
*/
|
|
45
|
+
mediaImageUrl: (postMedia?: string) => string;
|
|
40
46
|
/**
|
|
41
47
|
* Retorna la url del sitio.
|
|
42
48
|
* @param postMedia
|