ng-easycommerce-v18 0.3.7 → 0.3.8
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/README.md +2 -0
- package/esm2022/lib/constants/core.constants.service.mjs +1 -17
- package/esm2022/lib/ec-components/product-detail-ec/product-detail-ec.component.mjs +2 -7
- package/fesm2022/ng-easycommerce-v18.mjs +1 -22
- package/fesm2022/ng-easycommerce-v18.mjs.map +1 -1
- package/lib/constants/core.constants.service.d.ts +0 -5
- package/package.json +1 -1
|
@@ -68,11 +68,6 @@ export declare class CoreConstantsService {
|
|
|
68
68
|
* @returns {string} URL completa del frontend
|
|
69
69
|
*/
|
|
70
70
|
getFrontendUrl: (path?: string) => string;
|
|
71
|
-
/**
|
|
72
|
-
* Método debug para verificar la configuración de URLs
|
|
73
|
-
* @returns Información de debug sobre las URLs configuradas
|
|
74
|
-
*/
|
|
75
|
-
debugUrlConfig(): void;
|
|
76
71
|
/**
|
|
77
72
|
* Retorna la URL absoluta de una imagen para meta tags (compatible con SSR)
|
|
78
73
|
* @param postMedia - Ruta de la imagen
|