@infrab4a/connect-angular 3.9.0 → 3.9.1-beta1

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.
@@ -1812,6 +1812,12 @@
1812
1812
  },
1813
1813
  deps: [i1$1.AngularFirestore, 'UserRepository'],
1814
1814
  },
1815
+ {
1816
+ provide: 'SubscriptionMaterializationRepository',
1817
+ useFactory: function (firestore) {
1818
+ return new i3.SubscriptionMaterializationFirestoreRepository(firestore.firestore);
1819
+ },
1820
+ },
1815
1821
  {
1816
1822
  provide: i3.ProductVariantFirestoreRepository,
1817
1823
  useFactory: function (firestore, productRepository) {
@@ -1999,6 +2005,12 @@
1999
2005
  },
2000
2006
  deps: [i1$1.AngularFirestore, 'UserRepository'],
2001
2007
  },
2008
+ {
2009
+ provide: 'SubscriptionMaterializationRepository',
2010
+ useFactory: function (firestore) {
2011
+ return new i3.SubscriptionMaterializationFirestoreRepository(firestore.firestore);
2012
+ },
2013
+ },
2002
2014
  {
2003
2015
  provide: i3.ProductVariantFirestoreRepository,
2004
2016
  useFactory: function (firestore, productRepository) {