Skip to content

Commit

Permalink
fix(aot): export confirm directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Oct 21, 2016
1 parent ac8ef08 commit c543bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export * from './confirm.module';

// Private components, don't import or use these within your app, they are only exported so that AOT can work
export {ConfirmPopover as PrivateComponent1} from './confirmPopover.component';
export {Focus as PrivateComponent2} from './focus.directive';
export {Focus as PrivateComponent2} from './focus.directive';
export {Confirm as PrivateComponent3} from './confirm.directive';

0 comments on commit c543bf1

Please sign in to comment.