Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): Zone already loaded, type implied (#1631)
I'm seeing complaints that #1599 didn't go far enough. It seems the Zone calls are fine being implicitly loaded; so let's drop the import completely.
- Loading branch information
7d2fd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still calling
AngularFireModule.initializeApp(FIREBASE_CONFIG),
will give out the zone already loaded error.@jamesdaniels @JiaLiPassion
Error in console
cli packages: (C:\Users\Acer\AppData\Roaming\npm\node_modules)
global packages:
local packages:
System:
Environment Variables:
Misc:
7d2fd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What version are you running? This fix is only available in
angularfire2@next
7d2fd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesdaniels ah.. sorry mate my bad. I did a basic installation,
angularfire2
i'll try it and inform you.7d2fd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, once the PR is merged we'll release a "normal" release. If you have any issues with
@next
file a new issue.7d2fd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, @jamesdaniels
angularfire2@next
worked. Thank you very much you guys are doing a great job7d2fd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Np. Good to hear.