Stefan Huber

new rel

...@@ -2,8 +2,6 @@ import { ModuleWithProviders } from '@angular/core'; ...@@ -2,8 +2,6 @@ import { ModuleWithProviders } from '@angular/core';
2 export * from './services/rest'; 2 export * from './services/rest';
3 export * from './services/repository'; 3 export * from './services/repository';
4 export * from './services/device'; 4 export * from './services/device';
5 -export * from './api/device-info';
6 -export * from './api/node';
7 export declare class DigsigServicesModule { 5 export declare class DigsigServicesModule {
8 static forRoot(): ModuleWithProviders; 6 static forRoot(): ModuleWithProviders;
9 } 7 }
......
1 -{"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 ...\ No newline at end of file
1 +{"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 ...\ No newline at end of file
......
...@@ -7,8 +7,6 @@ import { Device } from './services/device'; ...@@ -7,8 +7,6 @@ import { Device } from './services/device';
7 export * from './services/rest'; 7 export * from './services/rest';
8 export * from './services/repository'; 8 export * from './services/repository';
9 export * from './services/device'; 9 export * from './services/device';
10 -export * from './api/device-info';
11 -export * from './api/node';
12 10
13 @NgModule({ 11 @NgModule({
14 imports : [ 12 imports : [
......