From c9b994a11ea6bbe84bda56a5652122583d128f3b Mon Sep 17 00:00:00 2001 From: piratefinn Date: Thu, 24 Aug 2017 16:30:34 +0100 Subject: [PATCH] Fixed routing on login page --- src/app/auth/login.component.html | 2 +- src/environments/environment.local.ts | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 src/environments/environment.local.ts diff --git a/src/app/auth/login.component.html b/src/app/auth/login.component.html index 277c26c..d105d32 100644 --- a/src/app/auth/login.component.html +++ b/src/app/auth/login.component.html @@ -32,7 +32,7 @@

Sign up

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

- +
diff --git a/src/environments/environment.local.ts b/src/environments/environment.local.ts deleted file mode 100644 index a10b983..0000000 --- a/src/environments/environment.local.ts +++ /dev/null @@ -1,10 +0,0 @@ -// The file contents for the current environment will overwrite these during build. -// The build system defaults to the dev environment which uses `environment.ts`, but if you do -// `ng build --env=prod` then `environment.prod.ts` will be used instead. -// The list of which env maps to which file can be found in `angular-cli.json`. - -export const environment = { - production: false, - // insert local URL here - apiUrl: '' -};