Sync Integ to Master
[sdc.git] / catalog-ui / src / app / ng2 / services / properties.service.ts
index 86cd2f5..c86d207 100644 (file)
@@ -18,6 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
+import * as _ from "lodash";
 import { Injectable } from '@angular/core';
 import { PropertyFEModel, PropertyBEModel, PropertyDeclareAPIModel, DerivedFEProperty} from "app/models";