error TS2307: Cannot find module 'dist/common' or its corresponding type declarations.
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
fc4abf9a5b
commit
b778e5726c
@ -1,10 +1,10 @@
|
||||
import { HttpClient, HttpParams } from "@angular/common/http";
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Observable } from 'rxjs';
|
||||
import { IItem } from '../models/item';
|
||||
import { HttpClient, HttpParams } from "@angular/common/http";
|
||||
import { IUser } from '../models/user';
|
||||
import { AppConfig } from "../shared/app.config";
|
||||
import { ItemTypeService } from './itemtype.service';
|
||||
import { IUser } from 'dist/common';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
|
Loading…
Reference in New Issue
Block a user