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

Uncaught Error: Type RestangularModule does not have 'ɵmod' property. #221

Open
preethi10061 opened this issue Mar 14, 2022 · 1 comment

Comments

@preethi10061
Copy link

preethi10061 commented Mar 14, 2022

When i update from angular 12 to 13, the code got compiled successfully but while running the application, in console, the above error message is coming.

image

Using "ngx-restangular": "^6.0.0",

Added the RestangularModule.forRoot() in app.module under imports

Please help me resolve this issue

@markb-trustifi
Copy link

If you are building the angular app with webpack you have to run NGCC compiler after installing NPM dependencies:
ngcc --properties es6 module main --first-only

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

No branches or pull requests

2 participants