docs(quickstart): wrap plunker prose in Jade block (#3014)
This commit is contained in:
parent
0dfd37e5a9
commit
b7bd82fa89
@ -1,6 +1,5 @@
|
|||||||
block includes
|
block includes
|
||||||
include _util-fns
|
include _util-fns
|
||||||
- var _on_Plunkr = 'on Plunker';
|
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Angular applications are made up of _components_.
|
Angular applications are made up of _components_.
|
||||||
@ -8,12 +7,12 @@ block includes
|
|||||||
|
|
||||||
+makeExample('app/app.component.ts')(format='.')
|
+makeExample('app/app.component.ts')(format='.')
|
||||||
|
|
||||||
|
block qs-src-online-and-local
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
Try this **<live-example>QuickStart example !{_on_Plunkr}</live-example>** without installing anything.
|
Try this **<live-example>QuickStart example on Plunker</live-example>** without installing anything.
|
||||||
Try it locally with the [***QuickStart seed***](guide/setup.html "Setup for local development with the QuickStart seed")
|
Try it locally with the [***QuickStart seed***](guide/setup.html "Setup for local development with the QuickStart seed")
|
||||||
and prepare for development of a real Angular application.
|
and prepare for development of a real Angular application.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Every component begins with an `@Component` [!{_decorator}](glossary.html#!{_decorator} '"!{_decorator}" explained')
|
Every component begins with an `@Component` [!{_decorator}](glossary.html#!{_decorator} '"!{_decorator}" explained')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user