Commits

Art Lowel authored and Giuseppe Digilio committed 4e826f7ee86
fix SSR injection context issue with Angulartics
No tags

src/app/shared/mocks/angulartics-provider.service.mock.ts

Renamed
1 1 import { Injectable } from '@angular/core';
2 2
3 3 /* tslint:disable:no-empty */
4 4 @Injectable()
5 -export class AngularticsMock {
5 +export class AngularticsProviderMock {
6 6 public eventTrack(action, properties) { }
7 7 public startTracking(): void {}
8 8 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut