Working on config providor.

This commit is contained in:
William Welling
2017-03-24 16:57:11 -05:00
parent 415a52f011
commit 9b23393121
8 changed files with 15 additions and 20 deletions

View File

@@ -67,9 +67,4 @@ for (let key in config) {
}
}
const globalConfig = {
provide: GLOBAL_CONFIG,
useValue: config
};
export { GLOBAL_CONFIG, GlobalConfig, globalConfig, config }
export { GLOBAL_CONFIG, GlobalConfig, config }