Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b7bd82f

Browse files
chalinfilipesilva
authored andcommitted
docs(quickstart): wrap plunker prose in Jade block (#3014)
1 parent 0dfd37e commit b7bd82f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

public/docs/ts/latest/quickstart.jade

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
block includes
22
include _util-fns
3-
- var _on_Plunkr = 'on Plunker';
43

54
:marked
65
Angular applications are made up of _components_.
76
A _component_ is the combination of an HTML template and a component class that controls a portion of the screen. Here is an example of a component that displays a simple string:
87

98
+makeExample('app/app.component.ts')(format='.')
109

11-
12-
.l-sub-section
13-
:marked
14-
Try this **<live-example>QuickStart example !{_on_Plunkr}</live-example>** without installing anything.
15-
Try it locally with the [***QuickStart seed***](guide/setup.html "Setup for local development with the QuickStart seed")
16-
and prepare for development of a real Angular application.
10+
block qs-src-online-and-local
11+
.l-sub-section
12+
:marked
13+
Try this **<live-example>QuickStart example on Plunker</live-example>** without installing anything.
14+
Try it locally with the [***QuickStart seed***](guide/setup.html "Setup for local development with the QuickStart seed")
15+
and prepare for development of a real Angular application.
1716

1817
:marked
1918
Every component begins with an `@Component` [!{_decorator}](glossary.html#!{_decorator} '"!{_decorator}" explained')

0 commit comments

Comments
 (0)