Feature 10914: Enforce Password change on First login

	* Added NG-UI support to Enforce Password change on First login
	* A popup will be opened on First login with current password, new password and confirm password fields
	* Once new password is entered, Click apply button
	* The popup is closed & redirected to Login page.
	* Sign in using the new password.

Change-Id: I9ee6bf923e897b40d06a1781cdd7d044b171c825
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/tsconfig.json b/tsconfig.json
index d31012b..abeb17a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -149,7 +149,9 @@
             "OperationalAppActionsComponent": ["src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent"],
             "OperationalAppExecutedActionsComponent" : ["src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent"],
             "ResourcesOverviewComponent": ["src/app/vim-accounts/Resources-Overview/ResourcesOverviewComponent"],
-            "SharedModule": ["src/app/vim-accounts/Resources-Overview/SharedModule"]
+            "SharedModule": ["src/app/vim-accounts/Resources-Overview/SharedModule"],
+            "ChangePasswordComponent": ["src/app/utilities/change-password/ChangePasswordComponent"],
+            "ChangePasswordModule": ["src/app/utilities/change-password/ChangePasswordModule"]
         }
     }
 }
\ No newline at end of file