fix: 移除重复的英文
fix: 修正两处乱码
This commit is contained in:
parent
d1011f5aa8
commit
6891b7fbe2
@ -785,7 +785,7 @@ code-example(format="nocode").
|
|||||||
|
|
||||||
The chain of creations started with the `Logger` provider. *Providers* are the subject of our next section.
|
The chain of creations started with the `Logger` provider. *Providers* are the subject of our next section.
|
||||||
|
|
||||||
这个“创建链”始于`Logger`的提供商。这个*提供商*就是下一节的主题。
|
这个“创建链”始于`Logger`的提供商。这个*提供商*就是下一节的主题 。
|
||||||
|
|
||||||
.l-main-section#providers
|
.l-main-section#providers
|
||||||
:marked
|
:marked
|
||||||
|
@ -22,8 +22,6 @@ block includes
|
|||||||
|
|
||||||
* [HTML](#html)
|
* [HTML](#html)
|
||||||
|
|
||||||
[HTML](#html)
|
|
||||||
|
|
||||||
* [Interpolation](#interpolation)
|
* [Interpolation](#interpolation)
|
||||||
|
|
||||||
[插值表达式](#interpolation)
|
[插值表达式](#interpolation)
|
||||||
@ -66,24 +64,14 @@ block includes
|
|||||||
|
|
||||||
* [NgClass](#ngClass)
|
* [NgClass](#ngClass)
|
||||||
|
|
||||||
[NgClass](#ngClass)
|
|
||||||
|
|
||||||
* [NgStyle](#ngStyle)
|
* [NgStyle](#ngStyle)
|
||||||
|
|
||||||
[NgStyle](#ngStyle)
|
|
||||||
|
|
||||||
* [NgIf](#ngIf)
|
* [NgIf](#ngIf)
|
||||||
|
|
||||||
[NgIf](#ngIf)
|
|
||||||
|
|
||||||
* [NgSwitch](#ngSwitch)
|
* [NgSwitch](#ngSwitch)
|
||||||
|
|
||||||
[NgSwitch](#ngSwitch)
|
|
||||||
|
|
||||||
* [NgFor](#ngFor)
|
* [NgFor](#ngFor)
|
||||||
|
|
||||||
[NgFor](#ngFor)
|
|
||||||
|
|
||||||
* [* and <template>](#star-template)
|
* [* and <template>](#star-template)
|
||||||
|
|
||||||
[* 与 <template>](#star-template)
|
[* 与 <template>](#star-template)
|
||||||
@ -936,7 +924,7 @@ table
|
|||||||
:marked
|
:marked
|
||||||
Nor can we use property binding to *call* a method on the target element.
|
Nor can we use property binding to *call* a method on the target element.
|
||||||
|
|
||||||
也不能使用属性绑定来*调用*目标元素上的方法。
|
也不能使用属性 绑定 来*调用*目标元素上的方法。
|
||||||
|
|
||||||
If the element raises events we can listen to them with an [event binding](#event-binding).
|
If the element raises events we can listen to them with an [event binding](#event-binding).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user