-
Notifications
You must be signed in to change notification settings - Fork 107
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
"export 'ɵɵdefineInjectable' was not found in '@angular/core' #363
Comments
I can reproduce this error and confirm that downgrading |
Regarding the diff: v6.0.0...v6.0.1 I will downgrade to 6.0.0 ( forcing it on package.json ) while this isn't fixed |
Hi, v5 of ngx-page-scroll is still available via npm and can be installed via Cause for the reported problem is a change in the compiled bundles which I overlooked (see angular/angular#30413). I'll release a new v6 version compiled using angular 7 tools shortly to fix this. |
@andrefarzat, please check the behaviour with library |
Once the versions 5.x were unpublished from npm, we needed to upgrade to 6.x
Following the small tutorial from the README.md, we are facing this issue (both on mac and windows machines):
The package.json is here: https://pastebin.com/uFgVXJH4
Digging on the code, if we change from
ɵɵdefineInjectable
todefineInjectable
and fromɵɵinject
toinject
the code works. Can you see why this is happening ?The text was updated successfully, but these errors were encountered: