mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
angular cli
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface UniversalConfig extends Config {
|
||||
preboot: boolean,
|
||||
async: boolean,
|
||||
time: boolean
|
||||
preboot: boolean;
|
||||
async: boolean;
|
||||
time: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user