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.
@@ -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
- constructor(eventService: EventsService, cookieService: CookieService, restService: RestService);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.9.7",
3
+ "version": "1.9.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file