Commit 0ff5e41f authored by Mark Harding's avatar Mark Harding

(fix): move service to component so it is destroyed - closes engine#945

1 merge request!590WIP: Epic/pro affiliate launch
Pipeline #89143604 running with stages
......@@ -24,6 +24,7 @@ import isMobileOrTablet from '../../../helpers/is-mobile-or-tablet';
selector: 'm-analytics__dashboard',
templateUrl: './dashboard.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
providers: [AnalyticsDashboardService],
})
export class AnalyticsDashboardComponent implements OnInit, OnDestroy {
isMobile: boolean;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment