From dd28c9d3b5c425956ba05645d96ece6e4b0bf16c Mon Sep 17 00:00:00 2001 From: Sandeep J Date: Fri, 13 Jul 2018 13:22:42 +0530 Subject: added progress spinner while uploading template added progress spinner while uploading template file so that the user can know visually that the file is being uploaded Issue-ID: APPC-1069 Change-Id: I4d17a1f64a241dc3dc49154ec6c8abe7babb793a Signed-off-by: Sandeep J --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 91d67f9..8041857 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,9 @@ "underscore": "^1.8.3", "xlsx": "^0.11.3", "yamljs": "0.2.10", - "zone.js": "^0.8.14" + "zone.js": "^0.8.14", + "ngx-spinner": "^1.2.0" + }, "devDependencies": { "@angular/cli": "1.2.3", -- cgit 1.2.3-korg