CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Add missing generic type for Angular 9 #102

Open bineagu opened 4 years ago

bineagu commented 4 years ago

Summary of changes: Added the generic type in module declaration to support Angular 9.

Checklist:

Closes issue: #101

bineagu commented 4 years ago

Sorry if I did something wrong, this is my first attempt at a pull request :)

scott-wyatt commented 4 years ago

Thanks for the PR! 🎈🎈🎈I’ll take a look at soon as I can.

wbhob commented 4 years ago

This looks good, except you're also going to want to upgrade @angular/* in devDependencies (so that it compiles with latest angular) and in peerDependencies (so that consumers don't get type collisions with Angular 8-). Thanks for the PR!

egd-flaine commented 4 years ago

Hello, What's the status? Waiting for this merge : ) Thx