Skip to content

Commit 8c8a1d1

Browse files
committed
Revert "refactor(cdk/platform): add utility for backwards-compatible event bindings"
This reverts commit 813e85a.
1 parent 5347d8c commit 8c8a1d1

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

src/cdk/platform/features/backwards-compatibility.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/cdk/platform/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ export * from './features/passive-listeners';
1313
export * from './features/scrolling';
1414
export * from './features/shadow-dom';
1515
export * from './features/test-environment';
16-
export * from './features/backwards-compatibility';

tools/public_api_guard/cdk/platform.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
```ts
66

77
import * as i0 from '@angular/core';
8-
import { ListenerOptions } from '@angular/core';
9-
import { Renderer2 } from '@angular/core';
10-
11-
// @public
12-
export function _bindEventWithOptions(renderer: Renderer2, target: EventTarget, eventName: string, callback: (event: any) => boolean | void, options: ListenerOptions): () => void;
138

149
// @public
1510
export function _getEventTarget<T extends EventTarget>(event: Event): T | null;

0 commit comments

Comments
 (0)