fix: 错误的合并顺序

This commit is contained in:
Zhicheng WANG 2019-06-06 20:53:13 +08:00
parent 845475005c
commit 3e0ef413a8

View File

@ -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:
*
*