|
@@ -1,8 +1,8 @@
|
|
|
import * as fs from 'fs'
|
|
|
-import { _, isObject, get } from 'lodash'
|
|
|
+import { isObject, get } from 'lodash'
|
|
|
import { Observable, Subject, interval, map, of } from 'rxjs'
|
|
|
import { DataPrepService } from './dataprep.service'
|
|
|
-
|
|
|
+import _ = require("lodash")
|
|
|
export class queryService {
|
|
|
|
|
|
private dataPrepService : DataPrepService
|