diff --git a/ng6-seed/src/app/AwsService/aws.service.ts b/ng6-seed/src/app/AwsService/aws.service.ts index 7d7cbe688..6cd0f2298 100755 --- a/ng6-seed/src/app/AwsService/aws.service.ts +++ b/ng6-seed/src/app/AwsService/aws.service.ts @@ -362,7 +362,7 @@ export class AwsService { cognitoidentityserviceprovider.adminCreateUser(params, ( err, - data + data ) => { if (err) { alert(err.message); } // an error occurred diff --git a/ng6-seed/src/app/layouts/admin/admin-layout.component.html b/ng6-seed/src/app/layouts/admin/admin-layout.component.html index 6a685a1d1..b52f6dd0f 100644 --- a/ng6-seed/src/app/layouts/admin/admin-layout.component.html +++ b/ng6-seed/src/app/layouts/admin/admin-layout.component.html @@ -5,7 +5,7 @@ - + Account Details

diff --git a/ng6-seed/src/app/settings/users/register/register.component.ts b/ng6-seed/src/app/settings/users/register/register.component.ts index 61a56b0c4..a2f1bf862 100755 --- a/ng6-seed/src/app/settings/users/register/register.component.ts +++ b/ng6-seed/src/app/settings/users/register/register.component.ts @@ -262,7 +262,7 @@ this.loader = true; if (this.users.localUserId != '' && this.users.localUserId != null && this.users.localUserId !== undefined) { this.usersData = this.users.localUserId; - + this.users.entityType().subscribe(res => { this.types = res; if (this.types.status == 200) { diff --git a/ng6-seed/src/app/settings/users/user-list/user-list.component.ts b/ng6-seed/src/app/settings/users/user-list/user-list.component.ts index 522565dd9..99448064f 100644 --- a/ng6-seed/src/app/settings/users/user-list/user-list.component.ts +++ b/ng6-seed/src/app/settings/users/user-list/user-list.component.ts @@ -28,7 +28,7 @@ export class UserListComponent implements OnInit { //console.log(session.idToken.payload["cognito:groups"]); let userGroup = session.idToken.payload["cognito:groups"].filter( usergroup => usergroup == "ADMIN" - )[0]; + )[0]; if(userGroup == "ADMIN" ){ diff --git a/ng6-seed/src/app/settings/users/user-profile/user-profile-component.html b/ng6-seed/src/app/settings/users/user-profile/user-profile-component.html index 6b56b830c..2998114c9 100755 --- a/ng6-seed/src/app/settings/users/user-profile/user-profile-component.html +++ b/ng6-seed/src/app/settings/users/user-profile/user-profile-component.html @@ -38,7 +38,7 @@ {{userDetails.addressline3}} {{userDetails.state_name}} - {{userDetails.pincode}} {{userDetails.createdon | date:'dd MMM yyyy'}} -->
- +
diff --git a/ng6-seed/src/app/settings/users/user-profile/user-profile.component.ts b/ng6-seed/src/app/settings/users/user-profile/user-profile.component.ts index 5f361917d..fb19559e7 100755 --- a/ng6-seed/src/app/settings/users/user-profile/user-profile.component.ts +++ b/ng6-seed/src/app/settings/users/user-profile/user-profile.component.ts @@ -76,7 +76,7 @@ export class UserProfileComponent implements OnInit { if(this.profileurl.dataStatus == true){ this.profileurl = this.profileurl.records; - + } }) }