Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 50c2b42

Browse files
committed
chore(setup): add missing styles.css + cosmetics
1 parent d766ddd commit 50c2b42

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

public/docs/_examples/quickstart/ts/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
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>
88
body {color:#369;font-family: Arial,Helvetica,sans-serif;}
99
</style>
1010

1111
<!-- Polyfills for older browsers -->
12-
<!-- #docregion polyfills -->
1312
<script src="node_modules/core-js/client/shim.min.js"></script>
14-
<!-- #enddocregion polyfills -->
1513

1614
<script src="node_modules/zone.js/dist/zone.js"></script>
1715
<script src="node_modules/reflect-metadata/Reflect.js"></script>

public/docs/_examples/setup/ts/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
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>

public/docs/_examples/setup/ts/plnkr.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
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
}

0 commit comments

Comments
 (0)