@infrab4a/connect-angular 3.6.0-beta.3 → 3.7.0-beta.0
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.
- package/bundles/infrab4a-connect-angular.umd.js +14 -28
- package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
- package/esm2015/angular-firestore.module.js +17 -31
- package/fesm2015/infrab4a-connect-angular.js +15 -29
- package/fesm2015/infrab4a-connect-angular.js.map +1 -1
- package/package.json +2 -2
|
@@ -1524,20 +1524,6 @@
|
|
|
1524
1524
|
},
|
|
1525
1525
|
deps: [i1$2.AngularFirestore],
|
|
1526
1526
|
},
|
|
1527
|
-
{
|
|
1528
|
-
provide: 'CampaignHashtagRepository',
|
|
1529
|
-
useFactory: function (firestore) {
|
|
1530
|
-
return new i1$1.CampaignHashtagFirestoreRepository(firestore.firestore);
|
|
1531
|
-
},
|
|
1532
|
-
deps: [i1$2.AngularFirestore],
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
provide: 'CampaignDashboardRepository',
|
|
1536
|
-
useFactory: function (firestore) {
|
|
1537
|
-
return new i1$1.CampaignDashboardFirestoreRepository(firestore.firestore);
|
|
1538
|
-
},
|
|
1539
|
-
deps: [i1$2.AngularFirestore],
|
|
1540
|
-
},
|
|
1541
1527
|
{
|
|
1542
1528
|
provide: 'EditionRepository',
|
|
1543
1529
|
useFactory: function (firestore, subscriptionRepository) {
|
|
@@ -1594,6 +1580,13 @@
|
|
|
1594
1580
|
},
|
|
1595
1581
|
deps: [i1$2.AngularFirestore],
|
|
1596
1582
|
},
|
|
1583
|
+
{
|
|
1584
|
+
provide: 'ShopSettingsRepository',
|
|
1585
|
+
useFactory: function (firestore) {
|
|
1586
|
+
return new i1$1.ShopSettingsFirestoreRepository(firestore.firestore);
|
|
1587
|
+
},
|
|
1588
|
+
deps: [i1$2.AngularFirestore],
|
|
1589
|
+
},
|
|
1597
1590
|
{
|
|
1598
1591
|
provide: 'SubscriptionPaymentRepository',
|
|
1599
1592
|
useFactory: function (firestore, subscriptionRepository) {
|
|
@@ -1704,20 +1697,6 @@
|
|
|
1704
1697
|
},
|
|
1705
1698
|
deps: [i1$2.AngularFirestore],
|
|
1706
1699
|
},
|
|
1707
|
-
{
|
|
1708
|
-
provide: 'CampaignHashtagRepository',
|
|
1709
|
-
useFactory: function (firestore) {
|
|
1710
|
-
return new i1$1.CampaignHashtagFirestoreRepository(firestore.firestore);
|
|
1711
|
-
},
|
|
1712
|
-
deps: [i1$2.AngularFirestore],
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
provide: 'CampaignDashboardRepository',
|
|
1716
|
-
useFactory: function (firestore) {
|
|
1717
|
-
return new i1$1.CampaignDashboardFirestoreRepository(firestore.firestore);
|
|
1718
|
-
},
|
|
1719
|
-
deps: [i1$2.AngularFirestore],
|
|
1720
|
-
},
|
|
1721
1700
|
{
|
|
1722
1701
|
provide: 'EditionRepository',
|
|
1723
1702
|
useFactory: function (firestore, subscriptionRepository) {
|
|
@@ -1774,6 +1753,13 @@
|
|
|
1774
1753
|
},
|
|
1775
1754
|
deps: [i1$2.AngularFirestore],
|
|
1776
1755
|
},
|
|
1756
|
+
{
|
|
1757
|
+
provide: 'ShopSettingsRepository',
|
|
1758
|
+
useFactory: function (firestore) {
|
|
1759
|
+
return new i1$1.ShopSettingsFirestoreRepository(firestore.firestore);
|
|
1760
|
+
},
|
|
1761
|
+
deps: [i1$2.AngularFirestore],
|
|
1762
|
+
},
|
|
1777
1763
|
{
|
|
1778
1764
|
provide: 'SubscriptionPaymentRepository',
|
|
1779
1765
|
useFactory: function (firestore, subscriptionRepository) {
|