@infrab4a/connect-angular 3.6.0-beta.10 → 3.6.0-beta.11

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.
@@ -1139,7 +1139,7 @@
1139
1139
  };
1140
1140
  return CartService;
1141
1141
  }());
1142
- CartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.12", ngImport: i0__namespace, type: CartService, deps: [{ token: AuthService }, { token: CheckoutService }, { token: DEFAULT_SHOP }, { token: 'ProductRepository' }, { token: 'Buy2WinFirestoreRepository' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1142
+ CartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.12", ngImport: i0__namespace, type: CartService, deps: [{ token: AuthService }, { token: CheckoutService }, { token: DEFAULT_SHOP }, { token: 'ProductRepository' }, { token: 'Buy2WinRepository' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1143
1143
  CartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.12", ngImport: i0__namespace, type: CartService });
1144
1144
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.12", ngImport: i0__namespace, type: CartService, decorators: [{
1145
1145
  type: i0.Injectable
@@ -1152,7 +1152,7 @@
1152
1152
  args: ['ProductRepository']
1153
1153
  }] }, { type: i3__namespace.Buy2WinFirestoreRepository, decorators: [{
1154
1154
  type: i0.Inject,
1155
- args: ['Buy2WinFirestoreRepository']
1155
+ args: ['Buy2WinRepository']
1156
1156
  }] }];
1157
1157
  } });
1158
1158