Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Fixed angularfire2 imports #7

Merged

Conversation

paviad
Copy link

@paviad paviad commented Nov 27, 2017

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'.

This pull request fixes these imports.

@jhades jhades merged commit 925d5c7 into angular-university:stateless-services Nov 28, 2017
@jhades
Copy link
Contributor

jhades commented Nov 28, 2017

@paviad merged, a big thank for submitting the fix, and I hope you are enjoying the courses! KR Vasco

@paviad paviad deleted the stateless-services branch November 28, 2017 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants