You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
Branch stateless-services contains invalid imports of angularfire2 modules. Running npm start yields the following errors:
ERROR in src/app/course-detail/course-detail.component.ts(2,9): error TS2305:
Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'.
src/app/home/home.component.ts(2,9): error TS2305:
Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'.
Branch stateless-services contains invalid imports of angularfire2 modules. Running npm start yields the following errors:
ERROR in src/app/course-detail/course-detail.component.ts(2,9): error TS2305:
Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'.
src/app/home/home.component.ts(2,9): error TS2305:
Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'.
Pull request #7 - fixes this
The text was updated successfully, but these errors were encountered: