zoho / SalesIQ-Mobilisten-Cordova

SalesIQ Mobilisten plugin for Apache Cordova/PhoneGap/Ionic.
https://mobilisten.io
6 stars 4 forks source link

Module not found - Ionic Capacitor #1

Closed amanngoel closed 3 years ago

amanngoel commented 3 years ago
import { Injectable } from '@angular/core';
import { Platform } from '@ionic/angular';
import { ZohoSalesIQ } from 'cordova-zohosalesiq-mobilisten' // this line throws error, says module not found
gyanidude commented 2 years ago

I am also facing the same issue

gyanidude commented 2 years ago

@amanngoel how did you solve the problem?

LetrixZ commented 1 year ago

@gyanidude follow the tutorial.

For Angular, this goes outside your service/component class: declare var ZohoSalesIQ: any;