117544: port to 8.0 standard after merge

This commit is contained in:
Jens Vannerum
2024-08-26 14:08:22 +02:00
parent b2a155386d
commit b6df0c9a5c
150 changed files with 404 additions and 242 deletions

View File

@@ -62,6 +62,7 @@ import {
getRemoteDataPayload,
} from '../../core/shared/operators';
import { PageInfo } from '../../core/shared/page-info.model';
import { DisabledDirective } from '../../shared/disabled-directive';
import { hasValue } from '../../shared/empty.util';
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
import { NotificationsService } from '../../shared/notifications/notifications.service';
@@ -84,6 +85,7 @@ import { followLink } from '../../shared/utils/follow-link-config.model';
NgSwitchCase,
NgbTooltipModule,
NgForOf,
DisabledDirective,
],
standalone: true,
})