mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Cleaner activation with Angular directives
This commit is contained in:
parent
77b9988d05
commit
bec6c4511c
1 changed files with 1 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue