Since upgrading to v5, getting warning "export 'AngularFireObject' was not found in 'angularfire2/database'"
See original GitHub issueVersion info
Angular: 4.4.6
Firebase: 4.6.0
AngularFire: 5.0.0-rc.3
Other (e.g. Ionic/Cordova, Node, browser, operating system):
** Errors in the JavaScript console **
** Output from firebase.database().enableLogging(true);
**
** Screenshots **
Expected behavior
I should be able to upgrade to AngularFire2v5 without getting warnings in my console.
Actual behavior
I get warnings in my angular-cli build. The warning appears each time I save a file. Would to get rid of it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
"@angular/fire"' has no exported member 'AngularFireModule ...
I upgraded to "firebase": "~9.0.2" with npm i firebase@9.0.2; I made some corrections in the app.module.ts file: import ...
Read more >Angular 5 Tutorial: Guide to Your First Angular 5 App - Toptal
Build a notes application from scratch for your first Angular 5 app. Learn Angular CLI, use RxJS, implement Firebase as the back-end, and...
Read more >NG0301: Export not found! - Angular
For example, if the export not found is ngForm , we need to import FormsModule and declare it in the list of imports...
Read more >The Angular Firebase Survival Guide Angularfirebase By Jeff ...
The Angular Firebase Survival Guide Build Angular Apps on a Solid Foundation with Firebase Jeff Delaney This book is for sale at ...
Read more >[Resolved]-Data from firebase don't load? - appsloveworld
I am trying to get data of a certain userId out of a firebase Database. But nothing happens? I am creating an AngularFireObject...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @aaronfrost! Can you check your
node_modules/angularfire2/package.json
and see what the version number is? Sometimes npm lies about version it installs.