fix(angular2): export QueryList in angular2/core

Closes #1502
This commit is contained in:
Marc Laval 2015-04-22 18:49:28 +02:00 committed by Misko Hevery
parent d0059b5d75
commit 8a92a1f13e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ export * from './src/core/annotations/view';
export * from './src/core/application';
export * from './src/core/application_tokens';
export * from './src/core/annotations/di';
export * from './src/core/compiler/query_list';
export * from './src/core/compiler/compiler';