rangle / angular-2-aot-sandbox

Sandbox for testing Angular 2's AoT specifically what expressions break it
297 stars 22 forks source link

Added tests for ngrx-effects #13

Closed fiznool closed 7 years ago

fiznool commented 7 years ago

I wanted to check how ngrx-effects works with the various compilers so this PR adds explicit tests for ngrx-effects. It confirms that the same issue as ng2-redux-@select is apparent, i.e. @ngtools/webpack strips out custom decorators.

I also locked down the package dependencies since a fresh install was yielding peerDependency warnings.

troyt-42 commented 7 years ago

:shipit: