Added child routes, and config defined routes
Change-Id: I61c5a49a330a63737312d1eb6077aab02236a44f
diff --git a/conf/app/app.config.dev.ts b/conf/app/app.config.dev.ts
index 7b6fa12..50570d7 100644
--- a/conf/app/app.config.dev.ts
+++ b/conf/app/app.config.dev.ts
@@ -1,10 +1,4 @@
-/// <reference path="../../../typings/index.d.ts"/>
-
-export interface IAppConfig {
- apiEndpoint: string;
- websocketClient: string;
-}
-
+import {IAppConfig} from './interfaces';
export const AppConfig: IAppConfig = {
apiEndpoint: 'http://xos.dev:3000/api',
websocketClient: 'http://xos.dev:3000'