Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(effects): allow downleveled annotations #98

Merged
merged 1 commit into from
Jul 18, 2017

Conversation

robwormald
Copy link
Contributor

tldr: applications using Google Closure Compiler with Angular's ngc can opt into downleveling specifically marked decorators into static properties. This change enables that usage.

closes #93

@robwormald robwormald requested a review from a team July 18, 2017 22:49
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 88.542% when pulling 98bf991 on robwormald:decorannoations into 9f4664e on ngrx:master.

@MikeRyanDev
Copy link
Member

LGTM

@MikeRyanDev MikeRyanDev merged commit 875b326 into ngrx:master Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement @Annotation style decorator down-leveling for Closure Compatibility
3 participants