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

Commit a7776fc

Browse files
committed
docs(quickstart): faster to setup and the learning path
1 parent cfaeea0 commit a7776fc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

public/docs/ts/latest/quickstart.jade

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ block includes
88

99
+makeExample('app/app.component.ts')(format='.')
1010

11-
:marked
12-
You can try this out without installing anything. Open the <live-example>QuickStart example !{_on_Plunkr}</live-example> in another tab
13-
and follow along.
1411

12+
.l-sub-section
13+
:marked
14+
Try this **<live-example>QuickStart example !{_on_Plunkr}</live-example>** without installing anything.
15+
Try it locally with the [***QuickStart seed***](guide/setup.html "Setup for local development with the QuickStart seed")
16+
and prepare for development of a real Angular application.
17+
18+
:marked
1519
Every component begins with an `@Component` [!{_decorator}](glossary.html#!{_decorator} '"!{_decorator}" explained')
1620
<span if-docs="ts">function</span> that
1721
<span if-docs="ts">takes a _metadata_ object. The metadata object</span> describes how the HTML template and component class work together.
@@ -39,7 +43,5 @@ block includes
3943
:marked
4044
### Next step
4145

42-
To learn how to write a real application, your next step is to set up a local development
43-
environment and begin exploring with code. The [**Developer Guide**](guide/index.html)
44-
shows you how.
46+
Start [**learning Angular**](guide/learning-angular.html "Learning Angular").
4547

0 commit comments

Comments
 (0)