This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ table(width="100%")
213
213
The main HTML page that is served when someone visits your site.
214
214
Most of the time you'll never need to edit it.
215
215
The CLI automatically adds all `js` and `css` files when building your app so you
216
- never need to add any `< script> ` or `< link> ` tags here manually.
216
+ never need to add any `< script> ` or `< link> ` tags here manually.
217
217
tr
218
218
td <code >main.ts</code >
219
219
td
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ a#develop-locally
8
8
The <live-example name=quickstart>QuickStart live-coding</live-example> example is an Angular _playground_.
9
9
It's not where you'd develop a real application.
10
10
You [should develop locally](#why-locally "Why develop locally") on your own machine ... and that's also how we think you should learn Angular.
11
-
11
+
12
12
Setting up a new project on your machine is quick and easy with the **QuickStart seed**,
13
13
maintained [on github](https://github.com/angular/quickstart "Install the github QuickStart repo").
14
14
@@ -213,7 +213,7 @@ a#why-locally
213
213
* transpiling TypeScript in the browser is slow
214
214
* the type support, refactoring, and code completion only work in your local IDE
215
215
216
- Use the <live-example title="QuickStart Seed in Plunker"><i> live coding</i> </live-example> environment as a _playground_,
216
+ Use the <live-example title="QuickStart Seed in Plunker">live coding</live-example> environment as a _playground_,
217
217
a place to try the documentation samples and experiment on your own.
218
218
It's the perfect place to reproduce a bug when you want to
219
219
<a href="https://github.com/angular/angular.io/issues/new" target="_blank" title="File a documentation issue">file a documentation issue</a> or
You can’t perform that action at this time.
0 commit comments