UNPKG

ngx-thread

Version:

Implements multi-threading in Angular using Web Worker

9 lines (7 loc) 192 B
/* * Public API Surface of ngx-thread */ export * from './lib/ThreadModule'; export * from './lib/ThreadService'; export * from './lib/Thread'; export * from './lib/ThreadMessageContract';