simpo-component-library 1.6.131 → 1.6.132
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export declare class RestService implements OnDestroy {
|
|
10
10
|
private readonly http;
|
11
11
|
private readonly eventService;
|
12
12
|
private BASE_URL;
|
13
|
+
private ECOMMERCE_URL;
|
13
14
|
private environmentTypeSubscriber;
|
14
15
|
constructor(http: HttpClient, eventService: EventsService);
|
15
16
|
ngOnDestroy(): void;
|
package/package.json
CHANGED
Binary file
|