@infrab4a/connect-angular 4.0.0-beta.13 → 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.
- package/angular-firestore.module.d.ts +2 -1
- package/esm2020/angular-firestore.module.mjs +7 -5
- package/fesm2015/infrab4a-connect-angular.mjs +5 -4
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +5 -4
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import { Where, Shops, CheckoutTypes, CouponTypes, Exclusivities, isNil, NotFoun
|
|
|
9
9
|
import cookie from 'js-cookie';
|
|
10
10
|
import { CustomError } from 'ts-custom-error';
|
|
11
11
|
import * as i1$1 from '@angular/fire/firestore';
|
|
12
|
-
import { docSnapshots, doc, Firestore } from '@angular/fire/firestore';
|
|
12
|
+
import { docSnapshots, doc, Firestore, provideFirestore, getFirestore } from '@angular/fire/firestore';
|
|
13
13
|
import * as i1$2 from '@angular/common/http';
|
|
14
14
|
import * as i1$3 from '@angular/fire/app';
|
|
15
15
|
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
|
|
@@ -1003,7 +1003,7 @@ class AngularFirestoreModule {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
}
|
|
1005
1005
|
AngularFirestoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1006
|
-
AngularFirestoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, imports: [AngularElasticSeachModule, i1$3.FirebaseAppModule] });
|
|
1006
|
+
AngularFirestoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, imports: [AngularElasticSeachModule, i1$3.FirebaseAppModule, i1$1.FirestoreModule] });
|
|
1007
1007
|
AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, providers: [
|
|
1008
1008
|
{
|
|
1009
1009
|
provide: 'FirestoreOptions',
|
|
@@ -1208,7 +1208,8 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
1208
1208
|
return appName
|
|
1209
1209
|
? initializeApp(injector.get(FIREBASE_OPTIONS), appName)
|
|
1210
1210
|
: initializeApp(injector.get(FIREBASE_OPTIONS));
|
|
1211
|
-
})
|
|
1211
|
+
}),
|
|
1212
|
+
provideFirestore(() => getFirestore())] });
|
|
1212
1213
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, decorators: [{
|
|
1213
1214
|
type: NgModule,
|
|
1214
1215
|
args: [{
|
|
@@ -1220,7 +1221,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
1220
1221
|
? initializeApp(injector.get(FIREBASE_OPTIONS), appName)
|
|
1221
1222
|
: initializeApp(injector.get(FIREBASE_OPTIONS));
|
|
1222
1223
|
}),
|
|
1223
|
-
|
|
1224
|
+
provideFirestore(() => getFirestore()),
|
|
1224
1225
|
],
|
|
1225
1226
|
providers: [
|
|
1226
1227
|
{
|