angular/modules/examples/src/web_workers/example.ts
Jason Teplitz 771c0170d9 feat(web-workers) Add WebWorker Renderer
Allows angular apps to be rendered from the webworker!
Closes #3052, #3053, and #3097
2015-07-23 18:29:10 -07:00

2 lines
No EOL
90 B
TypeScript

import {bootstrap} from "angular2/src/web-workers/ui/application";
bootstrap("loader.js");