File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { PatchRequest } from '../data/request.models';
2828import { RequestService } from '../data/request.service' ;
2929import { HALEndpointService } from '../shared/hal-endpoint.service' ;
3030import { getFirstCompletedRemoteData } from '../shared/operators' ;
31+ import { URLCombiner } from '../url-combiner/url-combiner' ;
3132import { JsonPatchOperationModel } from './json-patch.model' ;
3233import {
3334 CommitPatchOperationsAction ,
@@ -37,7 +38,6 @@ import {
3738} from './json-patch-operations.actions' ;
3839import { JsonPatchOperationsResourceEntry } from './json-patch-operations.reducer' ;
3940import { jsonPatchOperationsByResourceType } from './selectors' ;
40- import { URLCombiner } from '../url-combiner/url-combiner' ;
4141
4242/**
4343 * An abstract class that provides methods to make JSON Patch requests.
You can’t perform that action at this time.
0 commit comments