More cleanup and string changes.
This commit is contained in:
parent
a7fca1400d
commit
48a929c49d
3 changed files with 3 additions and 5 deletions
|
|
@ -1,14 +1,13 @@
|
|||
import {ChangeDetectionStrategy, Component, EventEmitter, inject, Input, Output} from '@angular/core';
|
||||
import {APP_BASE_HREF, NgClass, NgIf} from '@angular/common';
|
||||
import {APP_BASE_HREF, NgClass} from '@angular/common';
|
||||
import {TranslocoDirective} from "@jsverse/transloco";
|
||||
import {DashboardStream} from "../../../_models/dashboard/dashboard-stream";
|
||||
import {StreamNamePipe} from "../../../_pipes/stream-name.pipe";
|
||||
import {SideNavStreamType} from "../../../_models/sidenav/sidenav-stream-type.enum";
|
||||
import {StreamType} from "../../../_models/dashboard/stream-type.enum";
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard-stream-list-item',
|
||||
imports: [TranslocoDirective, StreamNamePipe, NgClass, NgIf],
|
||||
imports: [TranslocoDirective, StreamNamePipe, NgClass],
|
||||
templateUrl: './dashboard-stream-list-item.component.html',
|
||||
styleUrls: ['./dashboard-stream-list-item.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import {SideNavStream} from "../../../_models/sidenav/sidenav-stream";
|
|||
import {StreamNamePipe} from "../../../_pipes/stream-name.pipe";
|
||||
import {TranslocoDirective} from "@jsverse/transloco";
|
||||
import {SideNavStreamType} from "../../../_models/sidenav/sidenav-stream-type.enum";
|
||||
import {RouterLink} from "@angular/router";
|
||||
|
||||
@Component({
|
||||
selector: 'app-sidenav-stream-list-item',
|
||||
|
|
|
|||
|
|
@ -2511,7 +2511,7 @@
|
|||
"reading-lists": "{{side-nav.reading-lists}}",
|
||||
"bookmarks": "{{side-nav.bookmarks}}",
|
||||
"all-series": "{{side-nav.all-series}}",
|
||||
"browse-people": "{{side-nav.browse-people}}"
|
||||
"browse-authors": "{{side-nav.browse-people}}"
|
||||
},
|
||||
|
||||
"filter-field-pipe": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue