chore(query): refactor QueryList and BaseQueryList.

Closes #3035, #3016
This commit is contained in:
Rado Kirov
2015-07-15 15:49:52 -07:00
parent b03560b670
commit f7dfd2325d
6 changed files with 127 additions and 133 deletions
@@ -72,8 +72,6 @@ export class Query extends DependencyMetadata {
* Specifies that a {@link QueryList} should be injected.
*
* See {@link QueryList} for usage and example.
*
* @exportedAs angular2/annotations
*/
@CONST()
export class ViewQuery extends Query {