fix(core): export ViewPort in the public exports
This commit is contained in:
parent
9329c0e8bc
commit
72b970e4e2
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue