Posts by Lucas Cavalcante da Silva • 34 points
1 post
-
1
votes1
answer366
viewsA: firebase/app dependency not found
You forgot to put the dependency on firebase itself. npm i firebase Taking the opportunity, you have some mistakes in the class src app app.component.ts Missing add } at end of file The import of…