fix: typo (#232)
This commit is contained in:
parent
83f4c76157
commit
66e640a948
|
@ -296,7 +296,7 @@ a#expression-context
|
||||||
`isUnchanged` in quotes refer to properties of the `AppComponent`.
|
`isUnchanged` in quotes refer to properties of the `AppComponent`.
|
||||||
|
|
||||||
典型的*表达式上下文*就是这个**组件实例**,它是各种绑定值的来源。
|
典型的*表达式上下文*就是这个**组件实例**,它是各种绑定值的来源。
|
||||||
在下面的代码片段中,双花括号中的`title`和引号中的`isUnchanged`所引用的都是`AppComponent`肿的属性。
|
在下面的代码片段中,双花括号中的`title`和引号中的`isUnchanged`所引用的都是`AppComponent`中的属性。
|
||||||
|
|
||||||
+makeExample('template-syntax/ts/src/app/app.component.html', 'context-component-expression')(format=".")
|
+makeExample('template-syntax/ts/src/app/app.component.html', 'context-component-expression')(format=".")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue