docs(quickstart): wrap plunker prose in Jade block (#3014)

This commit is contained in:
Patrice Chalin 2016-12-20 14:16:15 -08:00 committed by Filipe Silva
parent 0dfd37e5a9
commit b7bd82fa89

View File

@ -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,10 +7,10 @@ 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.