angular-auth-demo
angular-auth-demo copied to clipboard
can you update the repo to handle angular 4
I am getting errors like
export 'AuthMethods' was not found in 'angularfire2'
export 'AuthProviders' was not found in 'angularfire2'
+1
@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.
export 'AuthMethods' was not found in 'angularfire2' export 'AuthProviders' was not found in 'angularfire2'
The issue still remains