+ Les solutions à tes besoins sont à portée de main. +
+ +my-profile works!
diff --git a/src/app/routes/my-profile/my-profile.component.scss b/src/app/routes/my-profile/my-profile.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/routes/my-profile/my-profile.component.spec.ts b/src/app/routes/my-profile/my-profile.component.spec.ts new file mode 100644 index 0000000..aa75630 --- /dev/null +++ b/src/app/routes/my-profile/my-profile.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { MyProfileComponent } from './my-profile.component'; + +describe('MyProfileComponent', () => { + let component: MyProfileComponent; + let fixture: ComponentFixture