mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Merge pull request #1741 from atmire/w2p-93219_Consolidate-all-initialization-in-a-single-Service_PR
Consolidate all initialization in a single Service
This commit is contained in:
@@ -40,6 +40,10 @@ interface AppConfig extends Config {
|
||||
info: InfoConfig;
|
||||
}
|
||||
|
||||
/**
|
||||
* Injection token for the app configuration.
|
||||
* Provided in {@link InitService.providers}.
|
||||
*/
|
||||
const APP_CONFIG = new InjectionToken<AppConfig>('APP_CONFIG');
|
||||
|
||||
const APP_CONFIG_STATE = makeStateKey('APP_CONFIG_STATE');
|
||||
|
Reference in New Issue
Block a user