feat(query): initial implementation of view query.
ViewQuery is a new API that allows a component to query its view. Closes #1935
This commit is contained in:
@@ -53,5 +53,6 @@ export {
|
||||
ViewDecorator,
|
||||
ViewFactory,
|
||||
Query,
|
||||
QueryFactory
|
||||
QueryFactory,
|
||||
ViewQuery
|
||||
} from 'angular2/src/core/annotations/decorators';
|
||||
|
||||
Reference in New Issue
Block a user