We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a26fbe commit 92f7aafCopy full SHA for 92f7aaf
src/analytics/analytics.service.ts
@@ -60,9 +60,7 @@ const getScreenInstanceID = (params: { [key: string]: any }) => {
60
}
61
};
62
63
-@Injectable({
64
- providedIn: 'any'
65
-})
+@Injectable()
66
export class ScreenTrackingService implements OnDestroy {
67
68
private disposable: Subscription | undefined;
@@ -191,9 +189,7 @@ export class ScreenTrackingService implements OnDestroy {
191
189
192
190
193
194
195
196
197
export class UserTrackingService implements OnDestroy {
198
199
0 commit comments