-
Notifications
You must be signed in to change notification settings - Fork 52
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
it doesn't work with Ivy compiler #266
Comments
My
This is of course part of @angular/cli package. I've added
As I understand for some reason ngx-jsonapi hasn't been compiled properly or in other words properly prepared to work with Ivy compiler. All registered modules, except ngx-jsonapi module, have those 'ɵmod' and 'ɵinj' keys. Is it possible that your module is just not prepared to work with higher version of Angular? |
package.json
angular.json:
app.module.ts:
when I do:
npm run build:prod
everything compiles properly:but when I start it:
node dist/app/server/main.js
i got:The text was updated successfully, but these errors were encountered: