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,
|
||||
WeatherCurrentObservation,
|
||||
IJsonline,
|
||||
ISenMLItem
|
||||
ISenMLItem,
|
||||
IDataLayer
|
||||
};
|
||||
|
||||
@NgModule({
|
||||
|
@ -1,6 +1,7 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { IJsonline } from '../models/json-line';
|
||||
import { ISenMLItem } from '../models/senml-item';
|
||||
import { IDataLayer } from '../models/data.layer';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
|
Loading…
Reference in New Issue
Block a user