File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1313 "build" : {
1414 "builder" : " @angular-devkit/build-angular:browser" ,
1515 "options" : {
16+ "deployUrl" : " <%=deployUrl%>" ,
17+ "baseHref" : " <%=baseHref%>" ,
1618 "outputPath" : " dist/ng-immutable-example" ,
17- "index" : " src/index.html " ,
19+ "index" : " src/index.ejs " ,
1820 "main" : " src/main.ts" ,
1921 "polyfills" : " src/polyfills.ts" ,
2022 "tsConfig" : " src/tsconfig.app.json" ,
Original file line number Diff line number Diff line change 1- export const environment = {
2- production : true
3- } ;
1+ export const environment = ( window as any ) . env ;
Original file line number Diff line number Diff line change 22<html lang =" en" >
33<head >
44 <meta charset =" utf-8" >
5- < title > NgImmutableExample </ title >
5+ <title >NgImmutable </title >
66 <base href =" /" >
77
88 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
9- < link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
9+ <link rel =" icon" type =" image/x-icon" href =" <%=deployUrl%>favicon.ico" >
10+ <script >
11+ env = < %- JSON .stringify (env)% > ;
12+ </script >
1013</head >
1114<body >
1215 <app-root ></app-root >
You can’t perform that action at this time.
0 commit comments