ng-easycommerce-v18 0.0.5 → 0.0.7

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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"