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 +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ code-example(format="").
205
205
:marked
206
206
The `template` property holds the component's companion template.
207
207
A template is a form of HTML that tells Angular how to render a view.
208
- Our template is a single line of HTML announcing "My First Angular App".
208
+ Our template is a single line of HTML announcing "My First Angular 2 App".
209
209
210
210
Now we need something to tell Angular to load this component.
211
211
Original file line number Diff line number Diff line change 269
269
The **template** specifies the component's companion template,
270
270
written in an enhanced form of HTML that tells Angular how to render this component's view.
271
271
272
- >Our template is a single line of HTML announcing "*My First Angular App*".
272
+ >Our template is a single line of HTML announcing "*My First Angular 2 App*".
273
273
274
274
>A more advanced template could contain data bindings to component properties
275
275
and might identify other application components which have their own templates.
You can’t perform that action at this time.
0 commit comments