diff --git a/packages/common/src/directives/ng_switch.ts b/packages/common/src/directives/ng_switch.ts index e84cc8811ce..033da7940e1 100644 --- a/packages/common/src/directives/ng_switch.ts +++ b/packages/common/src/directives/ng_switch.ts @@ -14,7 +14,6 @@ import { Optional, TemplateRef, ViewContainerRef, - ɵformatRuntimeError as formatRuntimeError, ɵRuntimeError as RuntimeError, } from '@angular/core'; diff --git a/packages/common/src/directives/ng_switch_equality.ts b/packages/common/src/directives/ng_switch_equality.ts deleted file mode 100644 index 8670549f896..00000000000 --- a/packages/common/src/directives/ng_switch_equality.ts +++ /dev/null @@ -1,13 +0,0 @@ -/** - * @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 - */ - -/** - * A constant indicating a type of comparison that NgSwitch uses to match cases. Extracted to a - * separate file to facilitate G3 patches. - */ -export const NG_SWITCH_USE_STRICT_EQUALS = true;