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

Store: runtime checks token typo #1972

Closed
timdeschryver opened this issue Jun 25, 2019 · 1 comment · Fixed by #1975
Closed

Store: runtime checks token typo #1972

timdeschryver opened this issue Jun 25, 2019 · 1 comment · Fixed by #1975
Labels
Accepting PRs community watch Someone from the community is working this issue/PR Good First Issue Good issue for first-time contributor Project: Store

Comments

@timdeschryver
Copy link
Member

Minimal reproduction of the bug/regression with instructions:

There is a typo at:

https://github.com/ngrx/platform/blob/master/modules/store/src/tokens.ts#L76

It should be:

export const _ACTIVE_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
  '@ngrx/store Internal Runtime Checks'
);
@timdeschryver timdeschryver added Project: Store Accepting PRs Good First Issue Good issue for first-time contributor labels Jun 25, 2019
@jtcrowson
Copy link
Contributor

Nice and easy! I got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepting PRs community watch Someone from the community is working this issue/PR Good First Issue Good issue for first-time contributor Project: Store
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants