simpo-component-library 1.9.7 → 1.9.9
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -2
- package/esm2022/lib/services/storage.service.mjs +8 -4
- package/fesm2022/simpo-component-library.mjs +8 -4
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/services/storage.service.d.ts +3 -1
- package/package.json +1 -1
- package/simpo-component-library-1.9.9.tgz +0 -0
- package/simpo-component-library-1.9.7.tgz +0 -0
@@ -3,12 +3,14 @@ import { User } from '../ecommerce/styles/user.modal';
|
|
3
3
|
import { EventsService } from './events.service';
|
4
4
|
import { CookieService } from 'ngx-cookie-service';
|
5
5
|
import { RestService } from './rest.service';
|
6
|
+
import { Router } from '@angular/router';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class StorageServiceService {
|
8
9
|
private readonly eventService;
|
9
10
|
private readonly cookieService;
|
10
11
|
private readonly restService;
|
11
|
-
|
12
|
+
private router;
|
13
|
+
constructor(eventService: EventsService, cookieService: CookieService, restService: RestService, router: Router);
|
12
14
|
private totalCartItems;
|
13
15
|
get getTotalCartItems(): number;
|
14
16
|
databaseName: string;
|
package/package.json
CHANGED
Binary file
|
Binary file
|