This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Hello Angular</ title >
4
+ < title > Angular Quickstart </ title >
5
5
< meta charset ="UTF-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
< style >
8
8
body {color : # 369 ;font-family : Arial, Helvetica, sans-serif;}
9
9
</ style >
10
10
11
11
<!-- Polyfills for older browsers -->
12
- <!-- #docregion polyfills -->
13
12
< script src ="node_modules/core-js/client/shim.min.js "> </ script >
14
- <!-- #enddocregion polyfills -->
15
13
16
14
< script src ="node_modules/zone.js/dist/zone.js "> </ script >
17
15
< script src ="node_modules/reflect-metadata/Reflect.js "> </ script >
Original file line number Diff line number Diff line change 2
2
<!-- #docregion -->
3
3
< html >
4
4
< head >
5
- < title > Hello Angular</ title >
5
+ < title > Angular Quickstart Seed </ title >
6
6
< meta charset ="UTF-8 ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< link rel ="stylesheet " href ="styles.css ">
9
- < style >
10
- body {color : # 369 ;font-family : Arial, Helvetica, sans-serif;}
11
- </ style >
12
9
13
10
<!-- Polyfills for older browsers -->
14
11
< script src ="node_modules/core-js/client/shim.min.js "> </ script >
Original file line number Diff line number Diff line change 4
4
" app/app.component.ts" ,
5
5
" app/app.module.ts" ,
6
6
" app/main.ts" ,
7
- " index.html"
7
+ " index.html" ,
8
+ " styles.css"
8
9
],
9
10
"open" : " app/app.component.ts" ,
10
- "tags" : [" quickstart setup" ]
11
+ "tags" : [" quickstart" , " setup" , " seed " ]
11
12
}
You can’t perform that action at this time.
0 commit comments