+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.css b/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.css new file mode 100644 index 0000000..e69de29 diff --git a/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.html b/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.html new file mode 100644 index 0000000..dd2ff50 --- /dev/null +++ b/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.html @@ -0,0 +1,2 @@ +
Display user profile information here.
\ No newline at end of file diff --git a/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.spec.ts b/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.spec.ts new file mode 100644 index 0000000..e0cbb26 --- /dev/null +++ b/src/app/content/hemat-app/user-profile/profil-info/profil-info.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { ProfilInfoComponent } from './profil-info.component'; + +describe('ProfilInfoComponent', () => { + let component: ProfilInfoComponent; + let fixture: ComponentFixtureupdate-password works!
diff --git a/src/app/content/hemat-app/user-profile/update-password/update-password.component.spec.ts b/src/app/content/hemat-app/user-profile/update-password/update-password.component.spec.ts new file mode 100644 index 0000000..8d1334d --- /dev/null +++ b/src/app/content/hemat-app/user-profile/update-password/update-password.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { UpdatePasswordComponent } from './update-password.component'; + +describe('UpdatePasswordComponent', () => { + let component: UpdatePasswordComponent; + let fixture: ComponentFixture