-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error during build Generic type 'ɵɵFactoryDef' requires 2 type argument(s). #20
Comments
Same error for me. |
I have the same issue. |
same here |
Hi! I'll mark it as deprecated as soon as this library will be updated. |
Hey guys. Due to time - I changed lib to ngx-cookie-service and it works perfectly. cc @manueltg89 @mfsenturk @natqe @junekpavel |
I've tried |
@junekpavel For now we are using cookies only on the frontend side - that's why probably I didn't detect that :/ |
same error no news? |
same error in angular 9.1.0 |
have same error angular v10.1.0 |
I deleted the node_modules and reinstall, and everything was back to normal. |
Hey! :)
It look like the "@angular/compiler-cli": "9.0.0" is not compatible with the newest version. I am recieving the error:
`ERROR in node_modules/@ngx-utils/cookies/src/cookies-options.service.d.ts:11:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
11 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@ngx-utils/cookies/src/cookies.service.d.ts:22:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
22 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@ngx-utils/cookies/src/browser/browser-cookies.service.d.ts:14:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
14 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`
It's possible to upgrade to newest version?
The text was updated successfully, but these errors were encountered: