Skip to content

Commit

Permalink
refactor(common): remove remaining code for NgSwitch equality patch (#…
Browse files Browse the repository at this point in the history
…56806)

This change is the final cleanup after removing NgSwitch's equality patch
that was used in G3 to allow == matching for a certain period of time. This
code is no longer needed as both the external ecosystem and G3 are using
=== equality for matching NgSwitch cases.

PR Close #56806
  • Loading branch information
pkozlowski-opensource authored and thePunderWoman committed Jul 2, 2024
1 parent 7f5d70a commit 9cc4dbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion packages/common/src/directives/ng_switch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
Optional,
TemplateRef,
ViewContainerRef,
ɵformatRuntimeError as formatRuntimeError,
ɵRuntimeError as RuntimeError,
} from '@angular/core';

Expand Down
13 changes: 0 additions & 13 deletions packages/common/src/directives/ng_switch_equality.ts

This file was deleted.

0 comments on commit 9cc4dbe

Please sign in to comment.