mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
angular cli
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
* https://github.com/Microsoft/TypeScript/issues/204#issuecomment-257722306
|
||||
*/
|
||||
/* tslint:disable:interface-over-type-literal */
|
||||
export type GenericConstructor<T> = { new(...args: any[]): T };
|
||||
export type GenericConstructor<T> = new (...args: any[]) => T ;
|
||||
/* tslint:enable:interface-over-type-literal */
|
||||
|
Reference in New Issue
Block a user