From b47b819b9389c1c282bf271c33871ef314ac1c87 Mon Sep 17 00:00:00 2001 From: Julien Barbedette Date: Tue, 28 Feb 2017 13:29:45 -0600 Subject: [PATCH 1/2] fix(aot): export toast.component --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index d5c0f85..b1ca586 100644 --- a/index.ts +++ b/index.ts @@ -7,6 +7,7 @@ import { CommonModule } from '@angular/common'; export * from './src/toasty.service'; export * from './src/toasty.component'; +export * from './src/toast.component'; import { ToastyComponent } from './src/toasty.component'; import { ToastComponent } from './src/toast.component'; From 530eb5ef9a2f82f8704ab923d34d1bfae0f59a22 Mon Sep 17 00:00:00 2001 From: Julien Barbedette Date: Tue, 28 Feb 2017 20:16:48 -0600 Subject: [PATCH 2/2] fix(aot): export shared. --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index b1ca586..c620c8a 100644 --- a/index.ts +++ b/index.ts @@ -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';