Toggle navigation
Toggle navigation
This project
Loading...
Sign in
digsig
/
digsig-services
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Stefan Huber
2017-03-27 17:57:34 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a5d4d111390b638d48397b6c33b871e57ac9708
7a5d4d11
1 parent
2e7591ae
new rel
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
5 deletions
dist/index.d.ts
dist/index.js.map
src/index.ts
dist/index.d.ts
View file @
7a5d4d1
...
...
@@ -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
;
}
...
...
dist/index.js.map
View file @
7a5d4d1
{
"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
...
...
src/index.ts
View file @
7a5d4d1
...
...
@@ -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
:
[
...
...
Please
register
or
login
to post a comment