diff --git a/packages/core/src/metadata/di.ts b/packages/core/src/metadata/di.ts index 35184f4856..e8692e6126 100644 --- a/packages/core/src/metadata/di.ts +++ b/packages/core/src/metadata/di.ts @@ -331,6 +331,9 @@ export interface ViewChildDecorator { * **selector** - 用于查询的指令类型或名字。 * * * **read** - read a different token from the queried elements. + * + * **read** - 从查询到的元素中读取另一个令牌。 + * * * **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 * 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 * runs. * - * **read** - 从查询到的元素中读取另一个令牌。 - * * Supported selectors include: * * 所支持的选择器包括: