@infrab4a/connect-angular 4.0.0-beta.12 → 4.0.0-beta.14
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.
|
@@ -1074,21 +1074,21 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
1074
1074
|
useFactory: (options) => {
|
|
1075
1075
|
return new CampaignHashtagFirestoreRepository(options);
|
|
1076
1076
|
},
|
|
1077
|
-
deps: [
|
|
1077
|
+
deps: ['FirestoreOptions'],
|
|
1078
1078
|
},
|
|
1079
1079
|
{
|
|
1080
1080
|
provide: 'CampaignDashboardRepository',
|
|
1081
1081
|
useFactory: (options) => {
|
|
1082
1082
|
return new CampaignDashboardFirestoreRepository(options);
|
|
1083
1083
|
},
|
|
1084
|
-
deps: [
|
|
1084
|
+
deps: ['FirestoreOptions'],
|
|
1085
1085
|
},
|
|
1086
1086
|
{
|
|
1087
1087
|
provide: 'EditionRepository',
|
|
1088
1088
|
useFactory: (options, subscriptionRepository) => {
|
|
1089
1089
|
return new SubscriptionEditionFirestoreRepository(options, subscriptionRepository);
|
|
1090
1090
|
},
|
|
1091
|
-
deps: [
|
|
1091
|
+
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
1092
1092
|
},
|
|
1093
1093
|
{
|
|
1094
1094
|
provide: 'HomeRepository',
|
|
@@ -1144,14 +1144,14 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
1144
1144
|
useFactory: (options) => {
|
|
1145
1145
|
return new ShopSettingsFirestoreRepository(options);
|
|
1146
1146
|
},
|
|
1147
|
-
deps: [
|
|
1147
|
+
deps: ['FirestoreOptions'],
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
1150
1150
|
provide: 'SubscriptionPaymentRepository',
|
|
1151
1151
|
useFactory: (options, subscriptionRepository) => {
|
|
1152
1152
|
return new SubscriptionPaymentFirestoreRepository(options, subscriptionRepository);
|
|
1153
1153
|
},
|
|
1154
|
-
deps: [
|
|
1154
|
+
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
1155
1155
|
},
|
|
1156
1156
|
{
|
|
1157
1157
|
provide: 'SubscriptionPlanRepository',
|
|
@@ -1186,21 +1186,21 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
1186
1186
|
useFactory: (options, userRepository) => {
|
|
1187
1187
|
return new UserAddressFirestoreRepository(options, userRepository);
|
|
1188
1188
|
},
|
|
1189
|
-
deps: [
|
|
1189
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
1190
1190
|
},
|
|
1191
1191
|
{
|
|
1192
1192
|
provide: 'UserPaymentMethodRepository',
|
|
1193
1193
|
useFactory: (options, userRepository) => {
|
|
1194
1194
|
return new UserPaymentMethodFirestoreRepository(options, userRepository);
|
|
1195
1195
|
},
|
|
1196
|
-
deps: [
|
|
1196
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
provide: ProductVariantFirestoreRepository,
|
|
1200
1200
|
useFactory: (options, productRepository) => {
|
|
1201
1201
|
return new ProductVariantFirestoreRepository(options, productRepository);
|
|
1202
1202
|
},
|
|
1203
|
-
deps: [
|
|
1203
|
+
deps: ['FirestoreOptions', ProductFirestoreRepository],
|
|
1204
1204
|
},
|
|
1205
1205
|
], imports: [AngularElasticSeachModule,
|
|
1206
1206
|
provideFirebaseApp((injector) => {
|
|
@@ -1293,21 +1293,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
1293
1293
|
useFactory: (options) => {
|
|
1294
1294
|
return new CampaignHashtagFirestoreRepository(options);
|
|
1295
1295
|
},
|
|
1296
|
-
deps: [
|
|
1296
|
+
deps: ['FirestoreOptions'],
|
|
1297
1297
|
},
|
|
1298
1298
|
{
|
|
1299
1299
|
provide: 'CampaignDashboardRepository',
|
|
1300
1300
|
useFactory: (options) => {
|
|
1301
1301
|
return new CampaignDashboardFirestoreRepository(options);
|
|
1302
1302
|
},
|
|
1303
|
-
deps: [
|
|
1303
|
+
deps: ['FirestoreOptions'],
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
provide: 'EditionRepository',
|
|
1307
1307
|
useFactory: (options, subscriptionRepository) => {
|
|
1308
1308
|
return new SubscriptionEditionFirestoreRepository(options, subscriptionRepository);
|
|
1309
1309
|
},
|
|
1310
|
-
deps: [
|
|
1310
|
+
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
1311
1311
|
},
|
|
1312
1312
|
{
|
|
1313
1313
|
provide: 'HomeRepository',
|
|
@@ -1363,14 +1363,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
1363
1363
|
useFactory: (options) => {
|
|
1364
1364
|
return new ShopSettingsFirestoreRepository(options);
|
|
1365
1365
|
},
|
|
1366
|
-
deps: [
|
|
1366
|
+
deps: ['FirestoreOptions'],
|
|
1367
1367
|
},
|
|
1368
1368
|
{
|
|
1369
1369
|
provide: 'SubscriptionPaymentRepository',
|
|
1370
1370
|
useFactory: (options, subscriptionRepository) => {
|
|
1371
1371
|
return new SubscriptionPaymentFirestoreRepository(options, subscriptionRepository);
|
|
1372
1372
|
},
|
|
1373
|
-
deps: [
|
|
1373
|
+
deps: ['FirestoreOptions', 'SubscriptionRepository'],
|
|
1374
1374
|
},
|
|
1375
1375
|
{
|
|
1376
1376
|
provide: 'SubscriptionPlanRepository',
|
|
@@ -1405,21 +1405,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
1405
1405
|
useFactory: (options, userRepository) => {
|
|
1406
1406
|
return new UserAddressFirestoreRepository(options, userRepository);
|
|
1407
1407
|
},
|
|
1408
|
-
deps: [
|
|
1408
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
provide: 'UserPaymentMethodRepository',
|
|
1412
1412
|
useFactory: (options, userRepository) => {
|
|
1413
1413
|
return new UserPaymentMethodFirestoreRepository(options, userRepository);
|
|
1414
1414
|
},
|
|
1415
|
-
deps: [
|
|
1415
|
+
deps: ['FirestoreOptions', 'UserRepository'],
|
|
1416
1416
|
},
|
|
1417
1417
|
{
|
|
1418
1418
|
provide: ProductVariantFirestoreRepository,
|
|
1419
1419
|
useFactory: (options, productRepository) => {
|
|
1420
1420
|
return new ProductVariantFirestoreRepository(options, productRepository);
|
|
1421
1421
|
},
|
|
1422
|
-
deps: [
|
|
1422
|
+
deps: ['FirestoreOptions', ProductFirestoreRepository],
|
|
1423
1423
|
},
|
|
1424
1424
|
],
|
|
1425
1425
|
}]
|