Skip to content

Commit 72b970e

Browse files
committed
fix(core): export ViewPort in the public exports
1 parent 9329c0e commit 72b970e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/core/src/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export * from 'change_detection/record';
1414
export * from './compiler/compiler';
1515
export * from './compiler/template_loader';
1616
export * from './compiler/view';
17+
export * from './compiler/viewport';
1718

1819
export * from 'core/dom/element';

0 commit comments

Comments
 (0)