danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 4 error

dodomui opened this issue · comments

I'd like to setup Google Analytics for Ionic 4.
While I try to declare in app.module.ts providers: [GoogleAnalytics].
Receive below error

compiler.js:2430 Uncaught Error: Invalid provider for the NgModule 'AppModule' - only instances of Provider and Type are allowed, got: [?[object Object]?, ...]

this is a angular provider configuration issue.