First time using firestore and I\'m getting this error. It seems to be a problem with Ivy, from my research. I don\'t have a lot of experience modifying tsconfig.app.json, w
This error shows when you add component declaration in imports: [] instead of declarations: [], e.g:
imports: []
declarations: []
declarations: [ AppComponent, ], imports: [ BrowserModule, AppRoutingModule, SomeComponent <-----------wrong ],