Skip to content

Commit

Permalink
refactor(platform-browser-dynamic): remove reexport of `MetadataOverr…
Browse files Browse the repository at this point in the history
…ider` (#51412)

this commit removes an unnecessary re-export

PR Close #51412
  • Loading branch information
JeanMeche authored and AndrewKushnir committed Aug 18, 2023
1 parent 3dbfabc commit 2c65ea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/

import {MetadataOverrider} from '@angular/platform-browser-dynamic/testing/src/metadata_overrider';
import {ɵMetadataOverrider as MetadataOverrider} from '@angular/core/testing';
import {expect} from '@angular/platform-browser/testing/src/matchers';

interface SomeMetadataType {
Expand Down

This file was deleted.

0 comments on commit 2c65ea9

Please sign in to comment.