`?
我们认得``和`
`。
- 但另外那些标签/属性是我们在学校中从没听过的。
- `*ngFor`、`{{hero.name}}`、`(click)`、`[hero]`和``都是什么鬼?
+ 但另外那些标签/属性是我们在学校里从没听过的。
+ `*ngFor`、`{{hero.name}}`、`(click)`、`[hero]`和``都是什么东西?
These are examples of Angular's [template syntax](template-syntax.html).
We will grow accustomed to that syntax and may even learn to love it.
We'll begin to explain it in a moment.
- 这些都是Angular[模板语法](template-syntax.html) 的例子。
+ 这些都是Angular的[模板语法](template-syntax.html)例子。
我们会逐渐习惯这些语法,甚至会学着爱上它。
一会儿我们再解释它。
@@ -361,7 +360,7 @@ figure
We can mix ... and will mix ... our custom components with native HTML in the same layouts.
注意:``竟如此和谐的出现在那些已知的HTML元素中。
- 在同一个设计中,我们能混用……也将继续混用……自定义组件与原生HTML。
+ 在同一个格局中,我们能混用……也将继续混用……自定义组件与原生HTML。
And in this manner we can and will compose complex component trees to build out our richly featured application.