Skip to content

Commit

Permalink
Revert "refactor(cdk/platform): add utility for backwards-compatible …
Browse files Browse the repository at this point in the history
…event bindings"

This reverts commit 813e85a.
  • Loading branch information
crisbeto committed Dec 18, 2024
1 parent 5347d8c commit 8c8a1d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
39 changes: 0 additions & 39 deletions src/cdk/platform/features/backwards-compatibility.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/cdk/platform/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export * from './features/passive-listeners';
export * from './features/scrolling';
export * from './features/shadow-dom';
export * from './features/test-environment';
export * from './features/backwards-compatibility';
5 changes: 0 additions & 5 deletions tools/public_api_guard/cdk/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
```ts

import * as i0 from '@angular/core';
import { ListenerOptions } from '@angular/core';
import { Renderer2 } from '@angular/core';

// @public
export function _bindEventWithOptions(renderer: Renderer2, target: EventTarget, eventName: string, callback: (event: any) => boolean | void, options: ListenerOptions): () => void;

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

0 comments on commit 8c8a1d1

Please sign in to comment.