chore: sanitize some input (#3482)
This commit is contained in:
parent
a56c4a0b08
commit
60e38b0366
@ -213,7 +213,7 @@ table(width="100%")
|
||||
The main HTML page that is served when someone visits your site.
|
||||
Most of the time you'll never need to edit it.
|
||||
The CLI automatically adds all `js` and `css` files when building your app so you
|
||||
never need to add any `<script>` or `<link>` tags here manually.
|
||||
never need to add any `<script>` or `<link>` tags here manually.
|
||||
tr
|
||||
td <code>main.ts</code>
|
||||
td
|
||||
|
@ -213,7 +213,7 @@ a#why-locally
|
||||
* transpiling TypeScript in the browser is slow
|
||||
* the type support, refactoring, and code completion only work in your local IDE
|
||||
|
||||
Use the <live-example title="QuickStart Seed in Plunker"><i>live coding</i></live-example> environment as a _playground_,
|
||||
Use the <live-example title="QuickStart Seed in Plunker">live coding</live-example> environment as a _playground_,
|
||||
a place to try the documentation samples and experiment on your own.
|
||||
It's the perfect place to reproduce a bug when you want to
|
||||
<a href="https://github.com/angular/angular.io/issues/new" target="_blank" title="File a documentation issue">file a documentation issue</a> or
|
||||
|
Loading…
x
Reference in New Issue
Block a user