From 7ec4a455795dfb7f94774c06614ababb4a3b15d3 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Wed, 4 Nov 2020 15:32:34 +0300 Subject: [PATCH] Add Bootstrap and environment variables. --- src/environments/environment.ts | 3 ++- src/index.html | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 7b4f817..6f0dbea 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -3,7 +3,8 @@ // The list of file replacements can be found in `angular.json`. export const environment = { - production: false + production: false, + cicCacheUrl: 'http://localhost:5555' }; /* diff --git a/src/index.html b/src/index.html index c624c39..887b9ea 100644 --- a/src/index.html +++ b/src/index.html @@ -2,12 +2,19 @@ - CicStaffClient + CIC-Staff-Client + + + + + + +