Skip to content

Commit

Permalink
fix(aot): export shared.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarbede committed Mar 1, 2017
1 parent b47b819 commit 530eb5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { CommonModule } from '@angular/common';
export * from './src/toasty.service';
export * from './src/toasty.component';
export * from './src/toast.component';
export * from './src/shared';

import { ToastyComponent } from './src/toasty.component';
import { ToastComponent } from './src/toast.component';
Expand Down

0 comments on commit 530eb5e

Please sign in to comment.