我面临Angular和Firebase设置的问题。
**时间:555ms
./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 {
~~~~~~~~~~~~~~~~**