mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
more efficient subscriptions, more styling
This commit is contained in:
committed by
Aiden McClelland
parent
330d5a08af
commit
da3aa0a2a7
@@ -3,7 +3,6 @@ import { EmverComparesPipe, EmverSatisfiesPipe, EmverDisplayPipe } from '../pipe
|
||||
import { IncludesPipe } from '../pipes/includes.pipe'
|
||||
import { TypeofPipe } from '../pipes/typeof.pipe'
|
||||
import { MarkdownPipe } from '../pipes/markdown.pipe'
|
||||
// import { InstalledLatestComparisonPipe, InstalledViewingComparisonPipe } from '../pipes/installed-latest-comparison.pipe'
|
||||
import { AnnotationStatusPipe } from '../pipes/annotation-status.pipe'
|
||||
import { TruncateCenterPipe, TruncateEndPipe } from '../pipes/truncate.pipe'
|
||||
import { MaskPipe } from '../pipes/mask.pipe'
|
||||
@@ -21,8 +20,6 @@ import { ReactiveComponentModule } from '@ngrx/component'
|
||||
TypeofPipe,
|
||||
IncludesPipe,
|
||||
MarkdownPipe,
|
||||
// InstalledLatestComparisonPipe,
|
||||
// InstalledViewingComparisonPipe,
|
||||
AnnotationStatusPipe,
|
||||
TruncateCenterPipe,
|
||||
TruncateEndPipe,
|
||||
@@ -45,8 +42,6 @@ import { ReactiveComponentModule } from '@ngrx/component'
|
||||
TypeofPipe,
|
||||
IncludesPipe,
|
||||
MarkdownPipe,
|
||||
// InstalledLatestComparisonPipe,
|
||||
// InstalledViewingComparisonPipe,
|
||||
AnnotationStatusPipe,
|
||||
TruncateEndPipe,
|
||||
TruncateCenterPipe,
|
||||
|
||||
Reference in New Issue
Block a user