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')