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

Commit 3c3750a

Browse files
authored
chore(setup): add missing styles.css + cosmetics (#3029)
1 parent 28d742f commit 3c3750a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

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)