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
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > Hello Angular</ title >
4+ < title > Angular Quickstart </ title >
55 < meta charset ="UTF-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77 < style >
Original file line number Diff line number Diff line change 22<!-- #docregion -->
33< html >
44 < head >
5- < title > Hello Angular</ title >
5+ < title > Angular Quickstart Seed </ title >
66 < meta charset ="UTF-8 ">
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
88 < link rel ="stylesheet " href ="styles.css ">
9- < style >
10- body {color : # 369 ;font-family : Arial, Helvetica, sans-serif;}
11- </ style >
129
1310 <!-- Polyfills for older browsers -->
1411 < script src ="node_modules/core-js/client/shim.min.js "> </ script >
Original file line number Diff line number Diff line change 44 " app/app.component.ts" ,
55 " app/app.module.ts" ,
66 " app/main.ts" ,
7- " index.html"
7+ " index.html" ,
8+ " styles.css"
89 ],
910 "open" : " app/app.component.ts" ,
10- "tags" : [" quickstart setup" ]
11+ "tags" : [" quickstart" , " setup" , " seed " ]
1112}
You can’t perform that action at this time.
0 commit comments