angular-auth-demo
angular-auth-demo copied to clipboard
A full Angular Firebase Authentication demo based on a coursetro.com tutorial.
Angular now has a command `ng generate guard` which will create an empty guard. Regardless of that, it is better to put a guard into a dedicated file `auth.guard.ts` rather...
Guys, could you please tell me exactly how to make it work?
its running to this error Environment configuration does not contain "environmentSource" entry. A new environmentSource entry replaces the previous source entry inside environments. To migrate angular-cli.json follow the example below:...
I am getting errors like ``` export 'AuthMethods' was not found in 'angularfire2' export 'AuthProviders' was not found in 'angularfire2' ```
Error: A network error (such as timeout, interrupted connection or unreachable host) has occurred. on https://coursetro.com/preview/angular-auth-demo/signup
This is the error i keep getting! No errors Error: No errors at validate (C:\Users\Adebowale\myauthapp\node_modules\extract-text-webpack-plugin\schema\validator.js:10:9) at Function.ExtractTextPlugin.extract (C:\Users\Adebowale\myauthapp\node_modules\extract-text-webpack-plugin\index.js:188:3) at C:\Users\Adebowale\myauthapp\node_modules\angular-cli\models\webpack-build-styles.js:79:83 at Array.map (native) at Object.getWebpackStylesConfig (C:\Users\Adebowale\myauthapp\node_modules\angular-cli\models\webpack-build-styles.js:76:43) at new NgCliWebpackConfig (C:\Users\Adebowale\myauthapp\node_modules\angular-cli\models\webpack-config.js:44:51)...
Hey as i checked out, the code available on repo is just the one generated by the cli the first time -> 'app works' !! seems you havent added the...
@designcourse: Thank you for the excellent tutorial. At your leisure, would you mind sharing the source code? Cheers! 👍