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