angular2
Version:
Angular 2 - a web framework for modern web apps
5 lines (4 loc) • 331 B
TypeScript
import { MessageBasedPlatformLocation } from './platform_location';
import { BrowserPlatformLocation } from 'angular2/src/router/browser_platform_location';
import { Provider } from 'angular2/core';
export declare const WORKER_RENDER_ROUTER: (typeof MessageBasedPlatformLocation | typeof BrowserPlatformLocation | Provider)[];