UNPKG

2.37 kBTypeScriptView Raw
1import { __platform_browser_private__ as browser } from '@angular/platform-browser';
2import { __core_private__ as core } from '@angular/core';
3import { __compiler_private__ as compiler } from '@angular/compiler';
4export declare const BROWSER_SANITIZATION_PROVIDERS: typeof browser.BROWSER_SANITIZATION_PROVIDERS;
5export declare type SharedStylesHost = typeof browser._SharedStylesHost;
6export declare const SharedStylesHost: typeof browser.SharedStylesHost;
7export declare type DomSharedStylesHost = typeof browser._DomSharedStylesHost;
8export declare const DomSharedStylesHost: typeof browser.DomSharedStylesHost;
9export declare type DomRootRenderer = typeof browser._DomRootRenderer;
10export declare const DomRootRenderer: typeof browser.DomRootRenderer;
11export declare type DomEventsPlugin = typeof browser._DomEventsPlugin;
12export declare const DomEventsPlugin: typeof browser.DomEventsPlugin;
13export declare type KeyEventsPlugin = typeof browser._KeyEventsPlugin;
14export declare const KeyEventsPlugin: typeof browser.KeyEventsPlugin;
15export declare type DomAdapter = typeof browser._DomAdapter;
16export declare const DomAdapter: typeof browser.DomAdapter;
17export declare const setRootDomAdapter: typeof browser.setRootDomAdapter;
18export declare type HammerGesturesPlugin = typeof browser._HammerGesturesPlugin;
19export declare const HammerGesturesPlugin: typeof browser.HammerGesturesPlugin;
20export declare type ViewUtils = typeof core._ViewUtils;
21export declare const ViewUtils: typeof core.ViewUtils;
22export declare type AnimationKeyframe = typeof core._AnimationKeyframe;
23export declare const AnimationKeyframe: typeof core.AnimationKeyframe;
24export declare type AnimationPlayer = typeof core._AnimationPlayer;
25export declare const AnimationPlayer: typeof core.AnimationPlayer;
26export declare type AnimationStyles = typeof core._AnimationStyles;
27export declare const AnimationStyles: typeof core.AnimationStyles;
28export declare type RenderDebugInfo = typeof core._RenderDebugInfo;
29export declare const RenderDebugInfo: typeof core.RenderDebugInfo;
30export declare type SelectorMatcher = typeof compiler._SelectorMatcher;
31export declare const SelectorMatcher: typeof compiler.SelectorMatcher;
32export declare type CssSelector = typeof compiler._CssSelector;
33export declare const CssSelector: typeof compiler.CssSelector;
34declare var __empty: any;
35export default __empty;