docs(quickstart): tweak for Dart - don't suggest editing example
Until we have dartpad working, don't suggest editing the example.
This commit is contained in:
parent
c76cba1707
commit
d9c1054ae6
|
@ -23,12 +23,12 @@ block includes
|
||||||
The message starts with "Hello" and ends with `{{name}}`,
|
The message starts with "Hello" and ends with `{{name}}`,
|
||||||
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
|
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
|
||||||
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
|
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
|
||||||
|
|
||||||
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
|
|
||||||
|
|
||||||
Interpolation binding is one of many Angular features you'll discover in this documentation.
|
Interpolation binding is one of many Angular features you'll discover in this documentation.
|
||||||
|
|
||||||
+ifDocsFor('ts')
|
+ifDocsFor('ts')
|
||||||
|
:marked
|
||||||
|
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
|
||||||
|
|
||||||
.callout.is-helpful
|
.callout.is-helpful
|
||||||
header A word about TypeScript
|
header A word about TypeScript
|
||||||
p.
|
p.
|
||||||
|
|
|
@ -23,12 +23,12 @@ block includes
|
||||||
The message starts with "Hello" and ends with `{{name}}`,
|
The message starts with "Hello" and ends with `{{name}}`,
|
||||||
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
|
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
|
||||||
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
|
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
|
||||||
|
|
||||||
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
|
|
||||||
|
|
||||||
Interpolation binding is one of many Angular features you'll discover in this documentation.
|
Interpolation binding is one of many Angular features you'll discover in this documentation.
|
||||||
|
|
||||||
+ifDocsFor('ts')
|
+ifDocsFor('ts')
|
||||||
|
:marked
|
||||||
|
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
|
||||||
|
|
||||||
.callout.is-helpful
|
.callout.is-helpful
|
||||||
header A word about TypeScript
|
header A word about TypeScript
|
||||||
p.
|
p.
|
||||||
|
|
Loading…
Reference in New Issue