designcourse / angular-auth-demo

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

The code is not working. Any help? #9

Open pba3 opened 7 years ago

pba3 commented 7 years ago
capture
pba3 commented 7 years ago

Code not working

donganhhanoi1110 commented 7 years ago

We have After part. Use After to Replace Before in angular-cli.json

rohith28 commented 6 years ago

As error says, Go to angluar-cli.json and change the code.

It should look like

"project": { "version": "1.0.0-beta.25.5", "name": "myauthapp" }, "apps": [ { "root": "src", "outDir": "dist", "assets": [ "assets", "favicon.ico" ], "index": "index.html", "main": "main.ts", "test": "test.ts", "tsconfig": "tsconfig.json", "prefix": "app", "mobile": false, "styles": [ "styles.css" ], "scripts": [], "environmentSource": "environments/environment.ts", "environments": { "dev": "environments/environment.ts", "prod": "environments/environment.prod.ts" }

}

],