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:
Rado Kirov
2015-07-10 10:30:31 -07:00
parent 1eab4f5f07
commit 7ee6963f5d
9 changed files with 223 additions and 10 deletions
+2 -1
View File
@@ -53,5 +53,6 @@ export {
ViewDecorator,
ViewFactory,
Query,
QueryFactory
QueryFactory,
ViewQuery
} from 'angular2/src/core/annotations/decorators';