AngularFire2: Cannot find namespace "firebase"

sandrooco

I'm trying to build a ng2 app with angularfire. Following the quickstart, I receive the following error:

cannot find namespace 'firebase'

Seems to be something with the typings, installed all of them though. Any ideas on this issue?

sandrooco

It works as described in the issue.

tsconfig.json:

"types": [ "jasmine", "firebase" ]

Can't believe it's so easy to fix.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related