File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"ng" : " ng" ,
8
8
"reset" : " ng init --routing --style=scss" ,
9
- "start" : " ng serve" ,
9
+ "start" : " ng serve -open --proxy=proxy.conf.json" ,
10
+ "build" : " ng build -bh \" /monitoring/ui/\" " ,
10
11
"lint" : " tslint \" src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \" e2e/**/*.ts\" --project e2e/tsconfig.json --type-check" ,
11
12
"test" : " ng test" ,
12
13
"pree2e" : " webdriver-manager update --standalone false --gecko false" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "/monitoring/ui/**" : {
3
+ "target" : " http://localhost:4200/" ,
4
+ "pathRewrite" : {
5
+ "^/monitoring/ui" : " "
6
+ }
7
+ }
8
+ }
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > RoutingAngularCli</ title >
6
- < base href ="/ ">
6
+ < base href ="/monitoring/ui/ ">
7
7
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
You can’t perform that action at this time.
0 commit comments