-
Notifications
You must be signed in to change notification settings - Fork 49
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
Angular 10 build problem #74
Comments
I have a workaround for this until a fix is added to the package. You can edit the module.d.ts file yourself in node_modules/angular-2-local-storage/local-storage.module.d.ts
You simply just need to provide the module as the generic type parameter (line 5 for me). |
I too did the same but it doesn't work while deploying on an instance. |
Any luck on finding the solution for this issue? |
Hello , we are currently facing this problem when trying to ng build --prod ,
any solution for this?
The text was updated successfully, but these errors were encountered: