Skip to content

Commit

Permalink
fix(angular): add missed the removeMetadataProperty export
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Sep 7, 2024
1 parent 34faea2 commit dee093c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/src/lib/metadata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from './get-metadata';
export * from './get-metadata-property';
export * from './standalone';
export * from './push-to-metadata-property';
export * from './remove-metadata-property';
export * from './set-metadata-property';

0 comments on commit dee093c

Please sign in to comment.