Angularjs 错误NG6002:出现在AppModule的NgModule.imports中,但无法解析为NgModule类。(导出声明类AngularFirestore{)

Angularjs 错误NG6002:出现在AppModule的NgModule.imports中,但无法解析为NgModule类。(导出声明类AngularFirestore{),angularjs,firebase,firebase-authentication,Angularjs,Firebase,Firebase Authentication,我面临着角度和火基设置的问题 **时间:555毫秒 ./src/app/app.module.ts中出错 未找到模块:错误:无法解析“C:\Users\pavi9003\Desktop\AI&ML\qatarAI\aidemo\src\app”中的“@angular/fire/firebase.app.Module” ERROR in node_modules/@angular/fire/firestore/firestore.d.ts:85:22 - error NG6002: Appears

我面临着角度和火基设置的问题

**时间:555毫秒

./src/app/app.module.ts中出错 未找到模块:错误:无法解析“C:\Users\pavi9003\Desktop\AI&ML\qatarAI\aidemo\src\app”中的“@angular/fire/firebase.app.Module”

ERROR in node_modules/@angular/fire/firestore/firestore.d.ts:85:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (@angular/fire/firestore) which declares AngularFirestore has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

85 export declare class AngularFirestore {
                        ~~~~~~~~~~~~~~~~


ERROR in node_modules/@angular/fire/firestore/firestore.d.ts:85:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (@angular/fire/firestore) which declares AngularFirestore has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

85 export declare class AngularFirestore {
                        ~~~~~~~~~~~~~~~~**

您解决了这个问题吗?是。@ZeroOne先生您解决了这个问题吗?是。@ZeroOne先生