Skip to content
Snippets Groups Projects
Verified Commit 1b7a6296 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-5977 fix imports

parent b010231d
No related branches found
No related tags found
1 merge request!67OZG-5977 add multi option to file upload button
......@@ -21,39 +21,17 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
import {
BlobWithFileName,
createEmptyStateResource,
createErrorStateResource,
createStateResource,
EMPTY_ARRAY,
EMPTY_STRING,
getMessageForInvalidParam,
HttpError,
HttpHeader,
isNotNil,
isUnprocessableEntity,
isValidationFieldFileSizeExceedError,
sanitizeFileName,
StateResource,
} from '@alfa-client/tech-shared';
import { BlobWithFileName, createEmptyStateResource, createErrorStateResource, createStateResource, EMPTY_ARRAY, EMPTY_STRING, getMessageForInvalidParam, HttpError, HttpHeader, isNotNil, isUnprocessableEntity, isValidationFieldFileSizeExceedError, sanitizeFileName, StateResource, } from '@alfa-client/tech-shared';
import { SnackBarService } from '@alfa-client/ui';
import { HttpErrorResponse, HttpResponse } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { faker } from '@faker-js/faker/.';
import { faker } from '@faker-js/faker';
import { getUrl, Resource, ResourceUri } from '@ngxp/rest';
import { saveAs } from 'file-saver';
import { isNil } from 'lodash-es';
import { BehaviorSubject, forkJoin, Observable, of, throwError } from 'rxjs';
import { catchError, map, mergeMap, startWith, switchMap } from 'rxjs/operators';
import {
BinaryFileListResource,
BinaryFileResource,
FileUploadType,
ToUploadFile,
UploadFile,
UploadFilesByType,
} from './binary-file.model';
import { BinaryFileListResource, BinaryFileResource, FileUploadType, ToUploadFile, UploadFile, UploadFilesByType, } from './binary-file.model';
import { BinaryFileRepository } from './binary-file.repository';
@Injectable({ providedIn: 'root' })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment