You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/quickstart.jade
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
blockincludes
2
2
include_util-fns
3
-
- var _on_Plunkr ='on Plunker';
4
3
5
4
:marked
6
5
Angular applications are made up of _components_.
7
6
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:
8
7
9
8
+makeExample('app/app.component.ts')(format='.')
10
9
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
+
blockqs-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.
17
16
18
17
:marked
19
18
Every component begins with an `@Component` [!{_decorator}](glossary.html#!{_decorator} '"!{_decorator}" explained')
0 commit comments