mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
fixed import of car-service on filter service & product service
This commit is contained in:
@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { Filter } from '../models/filter.model';
|
||||
import { filterMock } from 'mocks/filters.mock';
|
||||
import { CatSearchService, ApiResponse, UISettingsDTO } from 'cat-service';
|
||||
import { CatSearchService, ApiResponse, UISettingsDTO } from 'projects/cat-service/src/lib';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
QueryTokenDTO,
|
||||
ItemDTO,
|
||||
PagedApiResponse
|
||||
} from 'cat-service';
|
||||
} from 'projects/cat-service/src/lib';
|
||||
|
||||
|
||||
@Injectable({
|
||||
|
||||
Reference in New Issue
Block a user