You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tghamm deployed Angular 14 compatible version. If you have NPM v8.3 or higher you can install old versions and use overrides inside package.json in order to fix peer dependencies versions
Got this error after updating to Angular 11:
`ERROR: node_modules/ng-intercom/src/app/ng-intercom/intercom.module.d.ts:4:45 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).
4 static forRoot(config: IntercomConfig): ModuleWithProviders;`
Versions
Description
import { Intercom } from 'ng-intercom';
The text was updated successfully, but these errors were encountered: