Stefan Huber

new rel

......@@ -2,8 +2,6 @@ import { ModuleWithProviders } from '@angular/core';
export * from './services/rest';
export * from './services/repository';
export * from './services/device';
export * from './api/device-info';
export * from './api/node';
export declare class DigsigServicesModule {
static forRoot(): ModuleWithProviders;
}
......
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,sCAA2C;AAC3C,sCAA8D;AAC9D,wCAAuC;AACvC,oDAAmD;AACnD,4CAA2C;AAE3C,qCAAgC;AAChC,2CAAsC;AACtC,uCAAkC;AASlC,IAAa,oBAAoB;IAAjC;IAWA,CAAC;IAVQ,4BAAO,GAAd;QACE,MAAM,CAAC;YACL,QAAQ,EAAE,sBAAoB;YAC9B,SAAS,EAAE;gBACT,WAAI;gBACJ,uBAAU;gBACV,eAAM;aACP;SACF,CAAA;IACH,CAAC;IACH,2BAAC;AAAD,CAAC,AAXD,IAWC;AAXY,oBAAoB;IALhC,eAAQ,CAAC;QACN,OAAO,EAAG;YACN,iBAAU;SACb;KACJ,CAAC;GACW,oBAAoB,CAWhC;AAXY,oDAAoB"}
\ No newline at end of file
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,sCAA2C;AAC3C,sCAA8D;AAC9D,wCAAuC;AACvC,oDAAmD;AACnD,4CAA2C;AAE3C,qCAAgC;AAChC,2CAAsC;AACtC,uCAAkC;AAOlC,IAAa,oBAAoB;IAAjC;IAWA,CAAC;IAVQ,4BAAO,GAAd;QACE,MAAM,CAAC;YACL,QAAQ,EAAE,sBAAoB;YAC9B,SAAS,EAAE;gBACT,WAAI;gBACJ,uBAAU;gBACV,eAAM;aACP;SACF,CAAA;IACH,CAAC;IACH,2BAAC;AAAD,CAAC,AAXD,IAWC;AAXY,oBAAoB;IALhC,eAAQ,CAAC;QACN,OAAO,EAAG;YACN,iBAAU;SACb;KACJ,CAAC;GACW,oBAAoB,CAWhC;AAXY,oDAAoB"}
\ No newline at end of file
......
......@@ -7,8 +7,6 @@ import { Device } from './services/device';
export * from './services/rest';
export * from './services/repository';
export * from './services/device';
export * from './api/device-info';
export * from './api/node';
@NgModule({
imports : [
......