mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
dont watch patch.data directly in TS (#371)
* dont watch patch.data directly in TS * installs and uninstalls working * minor repairs
This commit is contained in:
committed by
Aiden McClelland
parent
65c4db09f3
commit
d1b8f51b78
@@ -8,7 +8,6 @@ import { TruncateCenterPipe, TruncateEndPipe } from '../pipes/truncate.pipe'
|
||||
import { MaskPipe } from '../pipes/mask.pipe'
|
||||
import { HasUiPipe, LaunchablePipe } from '../pipes/ui.pipe'
|
||||
import { EmptyPipe } from '../pipes/empty.pipe'
|
||||
import { StatusPipe } from '../pipes/status.pipe'
|
||||
import { NotificationColorPipe } from '../pipes/notification-color.pipe'
|
||||
|
||||
@NgModule({
|
||||
@@ -26,7 +25,6 @@ import { NotificationColorPipe } from '../pipes/notification-color.pipe'
|
||||
HasUiPipe,
|
||||
LaunchablePipe,
|
||||
EmptyPipe,
|
||||
StatusPipe,
|
||||
NotificationColorPipe,
|
||||
],
|
||||
imports: [],
|
||||
@@ -44,7 +42,6 @@ import { NotificationColorPipe } from '../pipes/notification-color.pipe'
|
||||
HasUiPipe,
|
||||
LaunchablePipe,
|
||||
EmptyPipe,
|
||||
StatusPipe,
|
||||
NotificationColorPipe,
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user