@infrab4a/connect-angular 3.9.0 → 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.
|
@@ -1812,6 +1812,13 @@
|
|
|
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
|
+
deps: [i1$1.AngularFirestore],
|
|
1821
|
+
},
|
|
1815
1822
|
{
|
|
1816
1823
|
provide: i3.ProductVariantFirestoreRepository,
|
|
1817
1824
|
useFactory: function (firestore, productRepository) {
|
|
@@ -1999,6 +2006,13 @@
|
|
|
1999
2006
|
},
|
|
2000
2007
|
deps: [i1$1.AngularFirestore, 'UserRepository'],
|
|
2001
2008
|
},
|
|
2009
|
+
{
|
|
2010
|
+
provide: 'SubscriptionMaterializationRepository',
|
|
2011
|
+
useFactory: function (firestore) {
|
|
2012
|
+
return new i3.SubscriptionMaterializationFirestoreRepository(firestore.firestore);
|
|
2013
|
+
},
|
|
2014
|
+
deps: [i1$1.AngularFirestore],
|
|
2015
|
+
},
|
|
2002
2016
|
{
|
|
2003
2017
|
provide: i3.ProductVariantFirestoreRepository,
|
|
2004
2018
|
useFactory: function (firestore, productRepository) {
|