Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 78804c7

Browse files
pfrendoMikeRyanDev
authored andcommitted
fix(index): missing export runAfterBootstrapEffects (#116)
missing export `runAfterBootstrapEffects` was causing AOT to fail https://github.com/ngrx/effects/issues/115
1 parent 73a99d9 commit 78804c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export { Actions } from './src/actions';
33
export { EffectsModule } from './src/effects.module';
44
export { EffectsSubscription } from './src/effects-subscription';
55
export { toPayload } from './src/util';
6+
export { runAfterBootstrapEffects } from './src/bootstrap-listener';

0 commit comments

Comments
 (0)