@infrab4a/connect-angular 3.9.1-beta1 → 3.9.1-beta2

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.
@@ -1817,6 +1817,7 @@
1817
1817
  useFactory: function (firestore) {
1818
1818
  return new i3.SubscriptionMaterializationFirestoreRepository(firestore.firestore);
1819
1819
  },
1820
+ deps: [i1$1.AngularFirestore],
1820
1821
  },
1821
1822
  {
1822
1823
  provide: i3.ProductVariantFirestoreRepository,
@@ -2010,6 +2011,7 @@
2010
2011
  useFactory: function (firestore) {
2011
2012
  return new i3.SubscriptionMaterializationFirestoreRepository(firestore.firestore);
2012
2013
  },
2014
+ deps: [i1$1.AngularFirestore],
2013
2015
  },
2014
2016
  {
2015
2017
  provide: i3.ProductVariantFirestoreRepository,