-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Example app does not compile #453
Comments
Same for me |
I think a related issue can be found in #455 |
this appears to have surfaced after the addition of support for using string or number for id: I fixed my own project by simply including
@brandonroberts - is this the right approach, or is there a cleaner solution you might be able to offer? |
@brannon-darby that would suffice for now. There is already a PR that will fix this issue |
@brannon-darby @brandonroberts This PR - #457 should fix it. |
Fixed via #454 |
I'm submitting a...
What is the current behavior?
When running the example app using either the
example:start
or theexample:start:aot
script, the compilation of the app fail with the following errors:Expected behavior:
The example app should compile without any error.
Minimal reproduction of the problem with instructions:
npm run bootstrap
npm run example:start
ornpm run example:start:aot
Version of affected browser(s),operating system(s), npm, node and ngrx:
Commit 46d6f2f
Other information:
OS: Windows 10
Node: v8.3.0
NPM: 5.4.2
Yarn: 1.1.0
The text was updated successfully, but these errors were encountered: