Round 3 of Bugfixing (#3318)
This commit is contained in:
parent
727fbd353b
commit
abdf15b895
40 changed files with 482 additions and 489 deletions
|
@ -163,7 +163,13 @@
|
|||
<a ngbNavLink>{{t('details-tab')}}</a>
|
||||
<ng-template ngbNavContent>
|
||||
@defer (when activeTabId === TabID.Details; prefetch on idle) {
|
||||
<app-details-tab [metadata]="chapter" [genres]="chapter.genres" [tags]="chapter.tags" [webLinks]="weblinks"></app-details-tab>
|
||||
<app-details-tab [metadata]="chapter"
|
||||
[genres]="chapter.genres"
|
||||
[tags]="chapter.tags"
|
||||
[webLinks]="weblinks"
|
||||
[readingTime]="chapter"
|
||||
[language]="chapter.language"
|
||||
[format]="series.format"></app-details-tab>
|
||||
}
|
||||
</ng-template>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue