补充遗漏的翻译

This commit is contained in:
Zhicheng Wang 2017-04-24 22:16:25 +08:00
parent 9f927f775a
commit 8f438a6bfe
1 changed files with 2 additions and 0 deletions

View File

@ -2706,6 +2706,8 @@ a#inputs-outputs
Now look at a another snippet in which the `HeroDetailComponent`
is the **target** of a binding on the _left_ of the equals (`=`).
现在,看看`HeroDetailComponent`中的另一个片段,等号(`=`*左侧*的是绑定的**目标**。
+makeExample('template-syntax/ts/src/app/app.component.html', 'io-2')(format=".")