Back to Super Productivity

Plugin Index.Component

src/app/plugins/ui/plugin-index/plugin-index.component.html

18.4.4382 B
Original Source

@if (isLoading()) { @if (showFullUI) {

{{ T.PLUGINS.LOADING_INTERFACE | translate }}

} @else {

{{ T.PLUGINS.LOADING_PLUGIN | translate }}

} } @if (error()) { @if (showFullUI) { error {{ T.PLUGINS.ERROR_LOADING_PLUGIN | translate }}

{{ error() }}

{{ T.PLUGINS.GO_BACK | translate }} } @else { error_outline

{{ error() }}

} } @if (iframeSrc() && !error()) {

}