mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The integration was deprecated in v20 and will now be removed. BREAKING CHANGE: Hammer.js integration has been removed. Use your own implementation.
17 lines
893 B
TypeScript
17 lines
893 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.dev/license
|
|
*/
|
|
|
|
export {ɵgetDOM} from '@angular/common';
|
|
export {BrowserDomAdapter as ɵBrowserDomAdapter} from './browser/browser_adapter';
|
|
export {BrowserGetTestability as ɵBrowserGetTestability} from './browser/testability';
|
|
export {DomRendererFactory2 as ɵDomRendererFactory2} from './dom/dom_renderer';
|
|
export {DomEventsPlugin as ɵDomEventsPlugin} from './dom/events/dom_events';
|
|
export {KeyEventsPlugin as ɵKeyEventsPlugin} from './dom/events/key_events';
|
|
export {SharedStylesHost as ɵSharedStylesHost} from './dom/shared_styles_host';
|
|
export {RuntimeErrorCode as ɵRuntimeErrorCode} from './errors';
|
|
export {DomSanitizerImpl as ɵDomSanitizerImpl} from './security/dom_sanitization_service';
|