We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdf8bc commit 6f71d46Copy full SHA for 6f71d46
src/performance/performance.ts
@@ -31,7 +31,7 @@ export class AngularFirePerformance {
31
) {
32
33
// @ts-ignore zapping in the UMD in the build script
34
- const requirePerformance = from(import('firebase/performance'));
+ const requirePerformance = from(zone.runOutsideAngular(() => import('firebase/performance')));
35
36
this.performance = requirePerformance.pipe(
37
// SEMVER while < 6 need to type, drop next major
0 commit comments