This module is not AOT compliant
paynoattn opened this issue · 7 comments
Hello,
Thank you for developing this module! I love localforage and I love angular2.
I was getting an error when trying to build my app using AOT:
Uncaught Error: Unexpected value 'undefined' imported by the module 'LocalForageModule'
I believe these are caused by the export * from
in the barrel files. See here for why.
I've managed to fix this, will be pushing a pull request soon.
I've also noticed that the linter fails during development, specifically in the LocalForageService using the let
keyword and then never reassigning the variable.
Additionally, there are several violations I've noticed in the angular styleguide.
I'll be submitting a pull request shortly.
Hello @paynoattn,
Thanks for report the issue.
No it is not dead, I will try to review the issue this night.
Thanks.
Looks like my PR was merged, are we going to merge to master and deploy?