Closed flore2003 closed 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.
IntercomModule
CONFIG
LGTM, merging
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 dieCONFIG
token from the intercom.module.ts to the intercom.ts fixes this issue.