From 978119820a4fed5fd2b21b3566246c3ccd9b9e26 Mon Sep 17 00:00:00 2001 From: gagan.deep Date: Wed, 10 Jan 2018 10:45:08 +0530 Subject: [PATCH] remove project --- .gitignore | 89 +++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/AIAHTML5.ADMIN.Web.csproj | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/package.json | 5 ++++- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.component.html | 33 ++++++++++++++++++++++++--------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.component.ts | 12 +++++------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.module.ts | 27 +++++++++++++++------------ 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.routing.module.ts | 10 ++++++---- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/ChangePassword/changeuserpassword.component.html | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/ChangePassword/changeuserpassword.component.ts | 12 +++--------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/ChangePassword/changeuserpassword.service.ts | 12 +++--------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/ManageDiscountCode.zip | Bin 4485 -> 0 bytes 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/ManageDiscountCode/managediscountcode.component.ts | 4 ++-- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/UpdateProfile/datamodel.ts | 23 ++--------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/UpdateProfile/updateuserprofile.component.html | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/UpdateProfile/updateuserprofile.component.ts | 42 +++++++++++++++++++++++++++++------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/UpdateProfile/user.service.ts | 25 ++----------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/services/shareddataservice.ts | 25 ------------------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/enum.js | 9 --------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/enum.js.map | 1 - 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/global.js | 10 ---------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/global.js.map | 1 - 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/global.ts | 7 +++++-- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/assets/styles/admin-custom.css | 17 ----------------- 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/index.html | 62 +++++++++++++++++++++++++++++++------------------------------- 400-SOURCECODE/AIAHTML5.sln | 6 ------ 25 files changed, 385 insertions(+), 424 deletions(-) delete mode 100644 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/components/ManageDiscountCode.zip delete mode 100644 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/services/shareddataservice.ts delete mode 100644 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/enum.js delete mode 100644 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/enum.js.map delete mode 100644 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/global.js delete mode 100644 400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/shared/global.js.map diff --git a/.gitignore b/.gitignore index 7fb05e1..dd2db7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,44 +1,45 @@ -# git ignore file -[Dd]ebug*/ -*.lib -Thumbs.db -obj/ -*.obj -*.exe -*.pdb -*.user -*.aps -*.pch -*.vspscc -*_i.c -*_p.c -*.ncb -*.suo -*.sln.docstates -*.tlb -*.tlh -*.bak -*.cache -*.ilk -*.log -[Dd]ebug*/ -*.lib -*.sbr -obj/ -[Rr]elease*/ -_ReSharper*/ -[Tt]est[Rr]esult* -*.vssscc -$tf*/ -400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user -400-SOURCECODE\AIAHTML5.Web\bin -300-PROTOTYPES/POC/AIAHTML5 -400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig -400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig -400-SOURCECODE/AIAHTML5.Web/index.html.orig -400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll -400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb - -400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig -400-SOURCECODE/.vs/config/applicationhost.config -400-SOURCECODE/.vs/config/applicationhost.config \ No newline at end of file +# git ignore file +[Dd]ebug*/ +*.lib +Thumbs.db +obj/ +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.sln.docstates +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.vssscc +$tf*/ +400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user +400-SOURCECODE\AIAHTML5.Web\bin +300-PROTOTYPES/POC/AIAHTML5 +400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig +400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig +400-SOURCECODE/AIAHTML5.Web/index.html.orig +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb + +400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig +400-SOURCECODE/.vs/config/applicationhost.config +400-SOURCECODE/.vs/config/applicationhost.config +400-SOURCECODE/AIAHTML5.ADMIN.Web \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.ADMIN.Web/AIAHTML5.ADMIN.Web.csproj b/400-SOURCECODE/AIAHTML5.ADMIN.Web/AIAHTML5.ADMIN.Web.csproj index 71af425..91d90fa 100644 --- a/400-SOURCECODE/AIAHTML5.ADMIN.Web/AIAHTML5.ADMIN.Web.csproj +++ b/400-SOURCECODE/AIAHTML5.ADMIN.Web/AIAHTML5.ADMIN.Web.csproj @@ -20,7 +20,7 @@ - 1.4 + 1.8 true @@ -63,46 +63,38 @@ - - - - - - - - - - - - - Web.config - - - Web.config - - - - - - - + + + + + + + + + + + + + + + @@ -114,6 +106,28 @@ + + + + + + + + + + + + + Web.config + + + Web.config + + + + + + @@ -127,16 +141,31 @@ - + + + + + + + + + + + + + + + + diff --git a/400-SOURCECODE/AIAHTML5.ADMIN.Web/package.json b/400-SOURCECODE/AIAHTML5.ADMIN.Web/package.json index 7854a5c..6290101 100644 --- a/400-SOURCECODE/AIAHTML5.ADMIN.Web/package.json +++ b/400-SOURCECODE/AIAHTML5.ADMIN.Web/package.json @@ -22,7 +22,10 @@ "@angular/platform-browser-dynamic": "^4.2.4", "@angular/router": "^4.2.4", "core-js": "^2.4.1", - "ngx-bootstrap": "^2.0.0-rc.0", + "ng2-bs3-modal": "0.10.4", + "ng2-datetime-picker": "0.15.1", + "ng2-modal": "0.0.25", + "ng2-select2": "1.0.0-beta.10", "rxjs": "^5.4.2", "zone.js": "^0.8.14" }, diff --git a/400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.component.html b/400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.component.html index 9c7effb..0c35f11 100644 --- a/400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.component.html +++ b/400-SOURCECODE/AIAHTML5.ADMIN.Web/src/app/app.component.html @@ -33,17 +33,17 @@