Commits
Alexandre Vryghem authored and github-actions[bot] committed d3fdfebde19
1 - | /* eslint-disable max-classes-per-file */ |
2 1 | import { Injectable } from '@angular/core'; |
3 2 | import { Observable } from 'rxjs'; |
4 3 | import { RemoteDataBuildService } from '../cache/builders/remote-data-build.service'; |
5 4 | import { ObjectCacheService } from '../cache/object-cache.service'; |
6 5 | import { HALEndpointService } from '../shared/hal-endpoint.service'; |
7 6 | import { RemoteData } from './remote-data'; |
8 7 | import { RequestService } from './request.service'; |
9 8 | import { ConfigurationProperty } from '../shared/configuration-property.model'; |
10 9 | import { CONFIG_PROPERTY } from '../shared/config-property.resource-type'; |
11 10 | import { IdentifiableDataService } from './base/identifiable-data.service'; |