-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to use with Angular 11 #136
Comments
I made a pull request for angular 11 here maybe it will help you #137 I didn't encounter your problem so I am not sure if it fixes it |
I'm experiencing same issue. It's easy to reproduce. We have to create new application (by Angular CLI 12): $ ng new TestApp
$ cd TestApp
$ npm install @ngx-cache/core @ngx-cache/platform-browser --save Add to @Cached('some-string')
getSomeStringValue(): string {
return 'some string value';
} And after:
Thus it seems that library cannot be used in new Angular applications at all. Do you have any plans to merge PR and create new NPM version? |
see #141 |
I'm submitting a ... (check one with "x")
Current behavior
Getting
error TS2694: Namespace '"node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDefWithMeta'.
exception after updating to Angular 11.This plugin is no longer usable for newer versions of Angular.
The text was updated successfully, but these errors were encountered: