fix: 错误的合并顺序
This commit is contained in:
parent
845475005c
commit
3e0ef413a8
@ -331,6 +331,9 @@ export interface ViewChildDecorator {
|
|||||||
* **selector** - 用于查询的指令类型或名字。
|
* **selector** - 用于查询的指令类型或名字。
|
||||||
*
|
*
|
||||||
* * **read** - read a different token from the queried elements.
|
* * **read** - read a different token from the queried elements.
|
||||||
|
*
|
||||||
|
* **read** - 从查询到的元素中读取另一个令牌。
|
||||||
|
*
|
||||||
* * **static** - whether or not to resolve query results before change detection runs (i.e.
|
* * **static** - whether or not to resolve query results before change detection runs (i.e.
|
||||||
* return static results only). If this option is not provided, the compiler will fall back
|
* return static results only). If this option is not provided, the compiler will fall back
|
||||||
* to its default behavior, which is to use query results to determine the timing of query
|
* to its default behavior, which is to use query results to determine the timing of query
|
||||||
@ -338,8 +341,6 @@ export interface ViewChildDecorator {
|
|||||||
* resolved after change detection runs. Otherwise, it will be resolved before change detection
|
* resolved after change detection runs. Otherwise, it will be resolved before change detection
|
||||||
* runs.
|
* runs.
|
||||||
*
|
*
|
||||||
* **read** - 从查询到的元素中读取另一个令牌。
|
|
||||||
*
|
|
||||||
* Supported selectors include:
|
* Supported selectors include:
|
||||||
*
|
*
|
||||||
* 所支持的选择器包括:
|
* 所支持的选择器包括:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user