fix compile errors.

This commit is contained in:
Rex YE 2016-11-22 14:26:51 +00:00
parent 56228ce571
commit a13b40442e
2 changed files with 3 additions and 8 deletions

View File

@ -482,11 +482,6 @@ figure
比如`@Injectable`、`@Input`和`@Output`等是一些最常用的!{_decoratorCn}。 比如`@Injectable`、`@Input`和`@Output`等是一些最常用的!{_decoratorCn}。
<br class="l-clear-both"> <br class="l-clear-both">
我们也会沿用类似的风格,用其它元数据!{_decoratorCn}来指导Angular的行为。
比如`@Injectable`、`@Input`和`@Output`等是一些最常用的!{_decoratorCn}。
<br clear="all">
:marked :marked
The architectural takeaway is that you must add metadata to your code The architectural takeaway is that you must add metadata to your code
so that Angular knows what to do. so that Angular knows what to do.