Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The code is not working. Any help? #9

Open
pba3 opened this issue Jul 27, 2017 · 3 comments
Open

The code is not working. Any help? #9

pba3 opened this issue Jul 27, 2017 · 3 comments

Comments

@pba3
Copy link

pba3 commented Jul 27, 2017

capture

@pba3
Copy link
Author

pba3 commented Jul 27, 2017

Code not working

@donganhhanoi1110
Copy link

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

@rohith28
Copy link

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"
}

}

],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants