Skip to content

Commit

Permalink
refactor(core): removing reflect-metadata from symbol tests. (angular…
Browse files Browse the repository at this point in the history
…#51217)

We were not reyling on it anymore.

PR Close angular#51217
  • Loading branch information
JeanMeche authored and alxhub committed Aug 1, 2023
1 parent a871e23 commit 737ed23
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion packages/core/test/bundling/animation_world/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ng_module(
srcs = ["index.ts"],
deps = [
"//packages/core",
"//packages/core/test/bundling/util:reflect_metadata",
"//packages/platform-browser",
],
)
Expand Down
2 changes: 0 additions & 2 deletions packages/core/test/bundling/animation_world/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/

import '@angular/core/test/bundling/util/src/reflect_metadata';

import {ApplicationRef, Component, Directive, ElementRef, HostBinding, HostListener, NgModule, ɵdetectChanges as detectChanges} from '@angular/core';
import {BrowserModule, platformBrowser} from '@angular/platform-browser';

Expand Down
2 changes: 0 additions & 2 deletions packages/core/test/bundling/todo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ng_module(
deps = [
"//packages/common",
"//packages/core",
"//packages/core/test/bundling/util:reflect_metadata",
"//packages/platform-browser",
"//packages/platform-browser-dynamic",
],
Expand All @@ -22,7 +21,6 @@ app_bundle(
":todo",
"//packages/common",
"//packages/core",
"//packages/core/test/bundling/util:reflect_metadata",
"//packages/platform-browser",
"//packages/platform-browser-dynamic",
"@npm//rxjs",
Expand Down
2 changes: 0 additions & 2 deletions packages/core/test/bundling/todo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/

import '@angular/core/test/bundling/util/src/reflect_metadata';

import {CommonModule} from '@angular/common';
import {Component, Injectable, NgModule} from '@angular/core';
import {BrowserModule, platformBrowser} from '@angular/platform-browser';
Expand Down
2 changes: 0 additions & 2 deletions packages/core/test/bundling/todo_i18n/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ng_module(
],
deps = [
"//packages/core",
"//packages/core/test/bundling/util:reflect_metadata",
"//packages/localize",
"//packages/localize/init",
"//packages/platform-browser",
Expand All @@ -24,7 +23,6 @@ app_bundle(
":todo_i18n",
"//packages/common",
"//packages/core",
"//packages/core/test/bundling/util:reflect_metadata",
"@npm//rxjs",
],
)
Expand Down
1 change: 0 additions & 1 deletion packages/core/test/bundling/todo_i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* 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
*/
import '@angular/core/test/bundling/util/src/reflect_metadata';

import {Component, Injectable, NgModule, ViewEncapsulation, ɵdetectChanges as detectChanges} from '@angular/core';
import {loadTranslations} from '@angular/localize';
Expand Down
14 changes: 0 additions & 14 deletions packages/core/test/bundling/util/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions packages/core/test/bundling/util/src/reflect_metadata.ts

This file was deleted.

0 comments on commit 737ed23

Please sign in to comment.