mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Animations properties set on the default renderer weren't set on the animation renderer once it was loaded. This commit fixes this. PR Close #52087
19 lines
1.1 KiB
TypeScript
19 lines
1.1 KiB
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.io/license
|
|
*/
|
|
|
|
export {ɵgetDOM} from '@angular/common';
|
|
export {initDomAdapter as ɵinitDomAdapter, INTERNAL_BROWSER_PLATFORM_PROVIDERS as ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS} from './browser';
|
|
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 {HammerGesturesPlugin as ɵHammerGesturesPlugin} from './dom/events/hammer_gestures';
|
|
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';
|