UNPKG
ngx-thread
Version:
latest (1.0.0)
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Implements multi-threading in Angular using Web Worker
ngx-thread
/
src
/
public_api.ts
9 lines
(7 loc)
•
192 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/* * Public API Surface of ngx-thread */
export
*
from
'./lib/ThreadModule'
;
export
*
from
'./lib/ThreadService'
;
export
*
from
'./lib/Thread'
;
export
*
from
'./lib/ThreadMessageContract'
;