beyondsanity / ngx-freshchat

FreshChat library for Angular
8 stars 5 forks source link

Implemented a new Observable to emit when a user has been created. #3

Closed WillPoulson closed 5 years ago

WillPoulson commented 5 years ago

There was missing functionality to subscribe to user creation events.

Would also assist in this issue: #2 As the solution for me to get the restore ID was to subscribe to the user creation event after initializing the widget.

Accepting this pull request would clean up my project code quite a bit.

beyondsanity commented 5 years ago

Thanks a lot for your contributes @WillPoulson! I want to do a few checks before merging this pull request and publish a new release to npm.

WillPoulson commented 5 years ago

@beyondsanity No problem! Glad to contribute to a package I use.

Hopefully it passes all your checks, let me know if there's any issues 😀