Closed vigneshrajj closed 2 years ago
https://github.com/PointMotionInc/activity-experience/blob/41fe5e8b0d79649c675224000901d351496e8326/src/app/services/google-analytics/google-analytics.service.ts#L59 GA accepts parameters only as an object. So the params field could be set to generic object type: params?: { [key: string]: any }
params?: { [key: string]: any }
https://github.com/PointMotionInc/activity-experience/blob/41fe5e8b0d79649c675224000901d351496e8326/src/app/services/google-analytics/google-analytics.service.ts#L59 GA accepts parameters only as an object. So the params field could be set to generic object type:
params?: { [key: string]: any }