angular2-platform-node
Version:
Universal (isomorphic) javascript support for Angular2
36 lines (35 loc) • 2.37 kB
TypeScript
import { __platform_browser_private__ as browser } from '@angular/platform-browser';
import { __core_private__ as core } from '@angular/core';
import { __compiler_private__ as compiler } from '@angular/compiler';
export declare const BROWSER_SANITIZATION_PROVIDERS: typeof browser.BROWSER_SANITIZATION_PROVIDERS;
export declare type SharedStylesHost = typeof browser._SharedStylesHost;
export declare const SharedStylesHost: typeof browser.SharedStylesHost;
export declare type DomSharedStylesHost = typeof browser._DomSharedStylesHost;
export declare const DomSharedStylesHost: typeof browser.DomSharedStylesHost;
export declare type DomRootRenderer = typeof browser._DomRootRenderer;
export declare const DomRootRenderer: typeof browser.DomRootRenderer;
export declare type DomEventsPlugin = typeof browser._DomEventsPlugin;
export declare const DomEventsPlugin: typeof browser.DomEventsPlugin;
export declare type KeyEventsPlugin = typeof browser._KeyEventsPlugin;
export declare const KeyEventsPlugin: typeof browser.KeyEventsPlugin;
export declare type DomAdapter = typeof browser._DomAdapter;
export declare const DomAdapter: typeof browser.DomAdapter;
export declare const setRootDomAdapter: typeof browser.setRootDomAdapter;
export declare type HammerGesturesPlugin = typeof browser._HammerGesturesPlugin;
export declare const HammerGesturesPlugin: typeof browser.HammerGesturesPlugin;
export declare type ViewUtils = typeof core._ViewUtils;
export declare const ViewUtils: typeof core.ViewUtils;
export declare type AnimationKeyframe = typeof core._AnimationKeyframe;
export declare const AnimationKeyframe: typeof core.AnimationKeyframe;
export declare type AnimationPlayer = typeof core._AnimationPlayer;
export declare const AnimationPlayer: typeof core.AnimationPlayer;
export declare type AnimationStyles = typeof core._AnimationStyles;
export declare const AnimationStyles: typeof core.AnimationStyles;
export declare type RenderDebugInfo = typeof core._RenderDebugInfo;
export declare const RenderDebugInfo: typeof core.RenderDebugInfo;
export declare type SelectorMatcher = typeof compiler._SelectorMatcher;
export declare const SelectorMatcher: typeof compiler.SelectorMatcher;
export declare type CssSelector = typeof compiler._CssSelector;
export declare const CssSelector: typeof compiler.CssSelector;
declare var __empty: any;
export default __empty;