diff --git a/src/app/app.component.html b/src/app/app.component.html
index 45f80e5..90c6b64 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index ea85efc..e6c683f 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -1,36 +1,36 @@
-import { BrowserModule } from '@angular/platform-browser';
-import { NgModule } from '@angular/core';
-import { FormsModule } from '@angular/forms';
-import { HttpClientModule } from '@angular/common/http';
-
-import { AppRoutingModule } from './app-routing.module';
-import { AppComponent } from './app.component';
-
-import { BackendService } from './services/backend.service';
-import { TaskListComponent } from './task-list/task-list.component';
-import { TaskFormComponent } from './task-form/task-form.component';
-import { UserstoryListComponent } from './userstory-list/userstory-list.component';
-import { UserstoryFormComponent } from './userstory-form/userstory-form.component';
-import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
-
-@NgModule({
- declarations: [
- AppComponent,
- TaskListComponent,
- TaskFormComponent,
- UserstoryListComponent,
- UserstoryFormComponent
- ],
- imports: [
- BrowserModule,
- AppRoutingModule,
- HttpClientModule,
- FormsModule,
- NgbModule
- ],
- providers: [
- BackendService,
- ],
- bootstrap: [AppComponent]
-})
-export class AppModule { }
+import { BrowserModule } from '@angular/platform-browser';
+import { NgModule } from '@angular/core';
+import { FormsModule } from '@angular/forms';
+import { HttpClientModule } from '@angular/common/http';
+
+import { AppRoutingModule } from './app-routing.module';
+import { AppComponent } from './app.component';
+
+import { BackendService } from './services/backend.service';
+import { TaskListComponent } from './task-list/task-list.component';
+import { TaskFormComponent } from './task-form/task-form.component';
+import { UserstoryListComponent } from './userstory-list/userstory-list.component';
+import { UserstoryFormComponent } from './userstory-form/userstory-form.component';
+import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
+
+@NgModule({
+ declarations: [
+ AppComponent,
+ TaskListComponent,
+ TaskFormComponent,
+ UserstoryListComponent,
+ UserstoryFormComponent
+ ],
+ imports: [
+ BrowserModule,
+ AppRoutingModule,
+ HttpClientModule,
+ FormsModule,
+ NgbModule
+ ],
+ providers: [
+ BackendService,
+ ],
+ bootstrap: [AppComponent]
+})
+export class AppModule { }
diff --git a/src/app/userstory-list/userstory-list.component.html b/src/app/userstory-list/userstory-list.component.html
index c8c9bb6..fbee073 100644
--- a/src/app/userstory-list/userstory-list.component.html
+++ b/src/app/userstory-list/userstory-list.component.html
@@ -6,9 +6,9 @@
Inhalt: {{userstory.content}}
- Priotität: {{userstory.priority}}
+ Priotität: {{userstory.priority}}
-
+