We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8cb92 commit 46d7622Copy full SHA for 46d7622
src/performance/performance.module.ts
@@ -6,4 +6,8 @@ import 'firebase/performance';
6
@NgModule({
7
providers: [ AngularFirePerformance ]
8
})
9
-export class AngularFirePerformanceModule { }
+export class AngularFirePerformanceModule {
10
+ constructor(_: AngularFirePerformance) {
11
+ // DI inject AFP here for the automatic data collection
12
+ }
13
+}
0 commit comments