From b7bd82fa891bbf825b6584a4ba1b1a79c2306800 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 20 Dec 2016 14:16:15 -0800 Subject: [PATCH] docs(quickstart): wrap plunker prose in Jade block (#3014) --- public/docs/ts/latest/quickstart.jade | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index da35bccbbc..b1d1257985 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -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 **QuickStart example !{_on_Plunkr}** 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 **QuickStart example on Plunker** 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')