Hello, {{ title }}
-Congratulations! Your app is running. 🎉
-Congratulations! Your app is running. 🎉
-startpage works!
diff --git a/src/ClientApp/src/app/presentation/components/startpage/startpage.component.scss b/src/ClientApp/src/app/presentation/components/startpage/startpage.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/ClientApp/src/app/presentation/components/startpage/startpage.component.spec.ts b/src/ClientApp/src/app/presentation/components/startpage/startpage.component.spec.ts new file mode 100644 index 0000000..2c31111 --- /dev/null +++ b/src/ClientApp/src/app/presentation/components/startpage/startpage.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { StartpageComponent } from './startpage.component'; + +describe('StartpageComponent', () => { + let component: StartpageComponent; + let fixture: ComponentFixtureunauthorized works!
diff --git a/src/ClientApp/src/app/presentation/components/unauthorized/unauthorized.component.scss b/src/ClientApp/src/app/presentation/components/unauthorized/unauthorized.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/ClientApp/src/app/presentation/components/unauthorized/unauthorized.component.spec.ts b/src/ClientApp/src/app/presentation/components/unauthorized/unauthorized.component.spec.ts new file mode 100644 index 0000000..bab5ad8 --- /dev/null +++ b/src/ClientApp/src/app/presentation/components/unauthorized/unauthorized.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { UnauthorizedComponent } from './unauthorized.component'; + +describe('UnauthorizedComponent', () => { + let component: UnauthorizedComponent; + let fixture: ComponentFixtureUsername:
{{username}}
E-Mail:
{{email}}
| # | ++ Username + + | ++ E-Mail + + | ++ Last Login + + | +Action | + +
|---|---|---|---|---|
| {{ i + 1 }} | +{{ user.username }} | +{{ user.email }} | +{{ user.lastLogin | date:'dd.MM.yyyy HH:mm:ss':'Europe/Berlin' }} | ++ + | +
+ Do you really want to delete + {{ selectedUser?.username }} ? +
+
|
+