From bec6c4511cd3b87d3cc506cb61c91db9d335c681 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:21:18 -0800 Subject: [PATCH] Cleaner activation with Angular directives --- src-ui/src/app/app.component.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts index e0581ca32..f8c98fbc7 100644 --- a/src-ui/src/app/app.component.ts +++ b/src-ui/src/app/app.component.ts @@ -1,11 +1,5 @@ import { SettingsService, SETTINGS_KEYS } from './services/settings.service' -import { - Component, - OnDestroy, - OnInit, - Renderer2, - RendererFactory2, -} from '@angular/core' +import { Component, OnDestroy, OnInit } from '@angular/core' import { Router } from '@angular/router' import { Subscription } from 'rxjs' import { ConsumerStatusService } from './services/consumer-status.service'