We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe347cf commit b3d557cCopy full SHA for b3d557c
modules/@angular/platform-browser/browser_common.ts
@@ -89,6 +89,12 @@ export const BROWSER_APP_COMMON_PROVIDERS: Array<any /*Type | Provider | any[]*/
89
];
90
91
92
+export {
93
+ HAMMER_GESTURE_CONFIG,
94
+ HammerGestureConfig
95
+} from './src/dom/events/hammer_gestures'
96
+
97
98
export function initDomAdapter() {
99
BrowserDomAdapter.makeCurrent();
100
wtfInit();
modules/@angular/platform-browser/platform_browser.ts
@@ -16,7 +16,9 @@ export {
16
By,
17
Title,
18
enableDebugTools,
19
- disableDebugTools
+ disableDebugTools,
20
21
22
} from './browser_common';
23
24
export * from './private_export';
0 commit comments