Results 9 comments of Andres Garcia

@SenanuFC @clementbrunel the package has been updated to Angular final release like 4 hours ago.

@kosbr in you app.module.ts import LocalStorageService and LocalStorageSubscriber `import { LocalStorageService, LocalStorageSubscriber } from 'angular2-localstorage/LocalStorageEmitter';` and then in providers ` providers: [ LocalStorageService]` it worked for me

Same problem here 25+ minutes, a lot of layers of 2MB size I don't know if it has to be with my node_modules folder.

We moved our application to 7.4, and now we can't use Authorize.NET 😢 any news on this?

I have tested this code un production too looks good, any news on this?

@shahariaazam yes in your composer.json you need to add in the require section ``` "authorizenet/authorizenet": "dev-bugfix-remove-parent-call-when-class-does-not-have-parent" ``` and then in the "repositories" section ``` "repositories": [ { "type": "vcs", "url":...

Should we create a Patreon for this package?

Any update on this issue? We are experiencing the same problem

We ended up using a GitHub action to try to fix the issue. ``` on: issue_comment: types: [created] jobs: pr_commented: name: PR comment if: ${{ github.event.issue.pull_request && contains(github.event.comment.user.login, 'aws-amplify-us-east-1[bot]') }}...