Added provided in root for schema service
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Mark van der Wal 2020-06-22 13:37:38 +02:00
parent 75015f6d22
commit 0482aa7124
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ import {HttpClient} from '@angular/common/http';
import {AppConfig} from '../shared/app.config';
import {Observable} from 'rxjs';
@Injectable()
@Injectable({
providedIn: 'root',
})
export class SchemaService {
constructor(private httpClient: HttpClient, private appConfig: AppConfig) {
}