CaliStyle / ng-intercom

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

Fixed issue with circular dependency leading to error described in #14 #15

Closed flore2003 closed 7 years ago

flore2003 commented 7 years ago

As described in #14, the current version leads to an error while initializing the IntercomModule due to a circular dependency in the libraries imports. Moving die CONFIG token from the intercom.module.ts to the intercom.ts fixes this issue.

wbhob commented 7 years ago

LGTM, merging