simpo-component-library 1.6.54 → 1.6.55
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/services/rest.service.mjs +8 -14
- package/esm2022/lib/services/storage.service.mjs +4 -2
- package/fesm2022/simpo-component-library.mjs +190 -193
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/services/rest.service.d.ts +1 -3
- package/package.json +1 -1
- package/simpo-component-library-1.6.55.tgz +0 -0
@@ -4,15 +4,13 @@ import { Observable } from "rxjs";
|
|
4
4
|
import { EventsService } from "../../public-api";
|
5
5
|
import { Review } from "../ecommerce/styles/review.modal";
|
6
6
|
import { DeviceInfo } from "../ecommerce/styles/user.modal";
|
7
|
-
import { StorageServiceService } from "./storage.service";
|
8
7
|
import * as i0 from "@angular/core";
|
9
8
|
export declare class RestService implements OnDestroy {
|
10
9
|
private readonly http;
|
11
10
|
private readonly eventService;
|
12
|
-
private readonly storageService;
|
13
11
|
private BASE_URL;
|
14
12
|
private environmentTypeSubscriber;
|
15
|
-
constructor(http: HttpClient, eventService: EventsService
|
13
|
+
constructor(http: HttpClient, eventService: EventsService);
|
16
14
|
ngOnDestroy(): void;
|
17
15
|
getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
|
18
16
|
getCategoriesByCollectionId(collectionId: string): Observable<any>;
|
package/package.json
CHANGED
Binary file
|