designcourse / angular-auth-demo

A full Angular Firebase Authentication demo based on a coursetro.com tutorial.
101 stars 110 forks source link

can you update the repo to handle angular 4 #8

Open chaoranxie opened 7 years ago

chaoranxie commented 7 years ago

I am getting errors like

export 'AuthMethods' was not found in 'angularfire2'
export 'AuthProviders' was not found in 'angularfire2'
Silverbug commented 7 years ago

+1

git-no commented 7 years ago

@chaoranxie It seems you have installed angularfire2 for Angular 4.0. The interface has changed as described within the documentation, have a look here: https://github.com/angular/angularfire2/blob/master/docs/version-4-upgrade.md it will solve your problem.

achillesion commented 7 years ago

export 'AuthMethods' was not found in 'angularfire2' export 'AuthProviders' was not found in 'angularfire2'

The issue still remains