Skip to content

Commit 719f6a0

Browse files
JeanMechedylhunn
authored andcommitted
refactor(core): remove unnecessary reflect-metadata import. (#49673)
The import is not needed for the tests to run. PR Close #49673
1 parent ba3e9ea commit 719f6a0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/core/test/render3/ivy/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ts_library(
1010
"//packages:types",
1111
"//packages/core",
1212
"//packages/core/src/di/interface",
13-
"@npm//reflect-metadata",
1413
],
1514
)
1615

packages/core/test/render3/ivy/jit_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8-
import 'reflect-metadata';
98

109
import {Component, ContentChild, ContentChildren, Directive, ElementRef, forwardRef, getNgModuleById, HostBinding, HostListener, Input, NgModule, Pipe, QueryList, ViewChild, ViewChildren, ɵNgModuleDef as NgModuleDef, ɵɵngDeclareComponent as ngDeclareComponent} from '@angular/core';
1110
import {Injectable} from '@angular/core/src/di/injectable';

0 commit comments

Comments
 (0)