@infrab4a/connect-angular 3.6.0-beta.2 → 3.6.0-beta.3
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 +28 -14
- package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
- package/esm2015/angular-firestore.module.js +31 -17
- package/fesm2015/infrab4a-connect-angular.js +29 -15
- package/fesm2015/infrab4a-connect-angular.js.map +1 -1
- package/package.json +2 -2
|
@@ -1524,6 +1524,20 @@
|
|
|
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
|
+
},
|
|
1527
1541
|
{
|
|
1528
1542
|
provide: 'EditionRepository',
|
|
1529
1543
|
useFactory: function (firestore, subscriptionRepository) {
|
|
@@ -1580,13 +1594,6 @@
|
|
|
1580
1594
|
},
|
|
1581
1595
|
deps: [i1$2.AngularFirestore],
|
|
1582
1596
|
},
|
|
1583
|
-
{
|
|
1584
|
-
provide: 'ShopSettingsRepository',
|
|
1585
|
-
useFactory: function (firestore) {
|
|
1586
|
-
return new i1$1.ShopSettingsFirestoreRepository(firestore.firestore);
|
|
1587
|
-
},
|
|
1588
|
-
deps: [i1$2.AngularFirestore],
|
|
1589
|
-
},
|
|
1590
1597
|
{
|
|
1591
1598
|
provide: 'SubscriptionPaymentRepository',
|
|
1592
1599
|
useFactory: function (firestore, subscriptionRepository) {
|
|
@@ -1697,6 +1704,20 @@
|
|
|
1697
1704
|
},
|
|
1698
1705
|
deps: [i1$2.AngularFirestore],
|
|
1699
1706
|
},
|
|
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
|
+
},
|
|
1700
1721
|
{
|
|
1701
1722
|
provide: 'EditionRepository',
|
|
1702
1723
|
useFactory: function (firestore, subscriptionRepository) {
|
|
@@ -1753,13 +1774,6 @@
|
|
|
1753
1774
|
},
|
|
1754
1775
|
deps: [i1$2.AngularFirestore],
|
|
1755
1776
|
},
|
|
1756
|
-
{
|
|
1757
|
-
provide: 'ShopSettingsRepository',
|
|
1758
|
-
useFactory: function (firestore) {
|
|
1759
|
-
return new i1$1.ShopSettingsFirestoreRepository(firestore.firestore);
|
|
1760
|
-
},
|
|
1761
|
-
deps: [i1$2.AngularFirestore],
|
|
1762
|
-
},
|
|
1763
1777
|
{
|
|
1764
1778
|
provide: 'SubscriptionPaymentRepository',
|
|
1765
1779
|
useFactory: function (firestore, subscriptionRepository) {
|