Export IDataLayer
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
0b7564e874
commit
033b74517f
@ -91,7 +91,8 @@ export {
|
|||||||
SecureOAuthStorage,
|
SecureOAuthStorage,
|
||||||
WeatherCurrentObservation,
|
WeatherCurrentObservation,
|
||||||
IJsonline,
|
IJsonline,
|
||||||
ISenMLItem
|
ISenMLItem,
|
||||||
|
IDataLayer
|
||||||
};
|
};
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { IJsonline } from '../models/json-line';
|
import { IJsonline } from '../models/json-line';
|
||||||
import { ISenMLItem } from '../models/senml-item';
|
import { ISenMLItem } from '../models/senml-item';
|
||||||
|
import { IDataLayer } from '../models/data.layer';
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
@ -16,6 +17,6 @@ export class SenmlService {
|
|||||||
if (temp.length == 1) return temp[0];
|
if (temp.length == 1) return temp[0];
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user