ReferenceError: IDBIndex is not defined in angular universal app

后端 未结 2 428
别跟我提以往
别跟我提以往 2021-01-15 19:42

I was running the application using \"ng serve\" it was working fine. But after I built the app using \"npm run build:ssr\", The app got built successfully.

After bu

2条回答
  •  一生所求
    2021-01-15 20:34

    I use "@angular/fire": "^5.2.0-beta.3", instead of "angularfire2": "^5.1.0" I am facing the same issue, after implementing "AngularFirePerformanceModule", I removed it; import { AngularFirePerformanceModule } from '@angular/fire/performance'; and the issue went away.

提交回复
热议问题