mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
another attempt at fixing reflect-metadata issue
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import "reflect-metadata";
|
||||
import { GenericConstructor } from "../../shared/generic-constructor";
|
||||
import { CacheableObject } from "../object-cache.reducer";
|
||||
|
||||
|
2
src/typings.d.ts
vendored
2
src/typings.d.ts
vendored
@@ -78,3 +78,5 @@ declare module "*.json" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
|
||||
declare module "reflect-metadata";
|
||||
|
Reference in New Issue
Block a user