This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ block includes
23
23
The message starts with "Hello" and ends with `{{name}}`,
24
24
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
25
25
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
26
-
27
- In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
28
-
29
26
Interpolation binding is one of many Angular features you'll discover in this documentation.
30
27
31
28
+ ifDocsFor('ts' )
29
+ :marked
30
+ In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
31
+
32
32
.callout.is-helpful
33
33
header A word about TypeScript
34
34
p.
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ block includes
23
23
The message starts with "Hello" and ends with `{{name}}`,
24
24
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
25
25
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
26
-
27
- In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
28
-
29
26
Interpolation binding is one of many Angular features you'll discover in this documentation.
30
27
31
28
+ ifDocsFor('ts' )
29
+ :marked
30
+ In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
31
+
32
32
.callout.is-helpful
33
33
header A word about TypeScript
34
34
p.
You can’t perform that action at this time.
0 commit comments