docs(quickstart): say 'My First Angular 2 App'
This commit is contained in:
parent
0123076a79
commit
f5a9edc68c
@ -205,7 +205,7 @@ code-example(format="").
|
|||||||
:marked
|
:marked
|
||||||
The `template` property holds the component's companion template.
|
The `template` property holds the component's companion template.
|
||||||
A template is a form of HTML that tells Angular how to render a view.
|
A template is a form of HTML that tells Angular how to render a view.
|
||||||
Our template is a single line of HTML announcing "My First Angular App".
|
Our template is a single line of HTML announcing "My First Angular 2 App".
|
||||||
|
|
||||||
Now we need something to tell Angular to load this component.
|
Now we need something to tell Angular to load this component.
|
||||||
|
|
||||||
|
@ -269,7 +269,7 @@ p.
|
|||||||
The **template** specifies the component's companion template,
|
The **template** specifies the component's companion template,
|
||||||
written in an enhanced form of HTML that tells Angular how to render this component's view.
|
written in an enhanced form of HTML that tells Angular how to render this component's view.
|
||||||
|
|
||||||
>Our template is a single line of HTML announcing "*My First Angular App*".
|
>Our template is a single line of HTML announcing "*My First Angular 2 App*".
|
||||||
|
|
||||||
>A more advanced template could contain data bindings to component properties
|
>A more advanced template could contain data bindings to component properties
|
||||||
and might identify other application components which have their own templates.
|
and might identify other application components which have their own templates.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user