File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1515 "browser" : " apps/ng-demo/src/main.ts" ,
1616 "polyfills" : [" zone.js" ],
1717 "tsConfig" : " apps/ng-demo/tsconfig.app.json" ,
18- "assets" : [
19- {
20- "glob" : " favicon.ico" ,
21- "input" : " apps/ng-demo/src/assets/favicon.ico"
22- },
23- " apps/ng-demo/src/assets"
24- ],
18+ "assets" : [" apps/ng-demo/src/assets" ],
2519 "styles" : [
2620 " apps/ng-demo/src/styles.css" ,
2721 " apps/ng-demo/src/styles/article.css" ,
Original file line number Diff line number Diff line change 55 < title > Angular app demo</ title >
66 < base href ="/ " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8- < link rel ="icon " type ="image/x-icon " href ="favicon.ico " />
8+ < link rel ="icon " type ="image/x-icon " href ="assets/ favicon.ico " />
99 </ head >
1010 < body >
1111 < app-root > </ app-root >
You can’t perform that action at this time.
0 commit comments