Back to Kavita

Publisher Flipper.Component

UI/Web/src/app/_single-module/publisher-flipper/publisher-flipper.component.html

0.9.0224 B
Original Source

@let currentPublisherValue = currentPublisher(); @let nextPublisherValue = nextPublisher(); @if (currentPublisherValue) {

{{currentPublisherValue.name}}

@if (nextPublisherValue) {

{{nextPublisherValue.name}}

}

}