fix(core): export ViewPort in the public exports

This commit is contained in:
Tobias Bosch 2014-12-08 10:55:10 -08:00
parent 9329c0e8bc
commit 72b970e4e2
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ export * from 'change_detection/record';
export * from './compiler/compiler';
export * from './compiler/template_loader';
export * from './compiler/view';
export * from './compiler/viewport';
export * from 'core/dom/element';