Skip to content

Commit

Permalink
fix: re-export core module in workbench-application.angular
Browse files Browse the repository at this point in the history
This allows Angular applications to access core platform objects.
  • Loading branch information
danielwiehl committed Jan 31, 2019
1 parent 64dfbf4 commit ac8b58c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ export * from './lib/workbench-popup';
export * from './lib/workbench-view-open-activity-action.directive';
export * from './lib/workbench-url-open-activity-action.directive';

export * from '@scion/workbench-application-platform.api';
export * from '@scion/workbench-application.core';

0 comments on commit ac8b58c

Please sign in to comment.