Skip to content

Commit

Permalink
Merge pull request #70 from jbarbede/aot
Browse files Browse the repository at this point in the history
fix(aot): export toast.component
  • Loading branch information
akserg authored Jun 12, 2017
2 parents d4c5bfe + 530eb5e commit 9ce6a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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 9ce6a90

Please sign in to comment.