Fix path
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
parent
feaad02c33
commit
4bda94c360
@ -1,5 +1,5 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { environment } from '../../../../../src/environments/environment';
|
||||
import { environment } from '@environment/environment';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
|
@ -34,6 +34,9 @@
|
||||
],
|
||||
"ngx-openlayers/*": [
|
||||
"dist/ngx-openlayers/*"
|
||||
],
|
||||
"@environment/*": [
|
||||
"src/environments/*"
|
||||
]
|
||||
},
|
||||
"useDefineForClassFields": false
|
||||
|
Loading…
Reference in New Issue
Block a user