2016-04-14 14:52:35 -07:00
|
|
|
import {Provider} from 'angular2/core';
|
|
|
|
import {bootstrapRender, WORKER_RENDER_ROUTER} from 'angular2/platform/worker_render';
|
2016-04-12 09:40:37 -07:00
|
|
|
import {MessageBasedPlatformLocation} from "angular2/src/web_workers/ui/platform_location";
|
2016-01-21 09:58:28 -08:00
|
|
|
|
2016-04-14 14:52:35 -07:00
|
|
|
let ref = bootstrapRender("loader.js", WORKER_RENDER_ROUTER);
|