diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 040d56d..fa6782b 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -15,6 +15,7 @@ import { ChampionshipselectordialogComponent } from './championshipselectordialo import { RacetimepipePipe } from './racetimepipe.pipe'; import { MinutesPipe } from './minutes.pipe'; import { TimespanComponent } from './timespan/timespan.component'; +import { SecondsPipe } from './seconds.pipe'; @NgModule({ declarations: [ @@ -27,7 +28,8 @@ import { TimespanComponent } from './timespan/timespan.component'; ChampionshipselectordialogComponent, RacetimepipePipe, MinutesPipe, - TimespanComponent + TimespanComponent, + SecondsPipe ], imports: [ BrowserModule, diff --git a/src/app/content/poule/poule.component.html b/src/app/content/poule/poule.component.html index 9010411..dadd968 100644 --- a/src/app/content/poule/poule.component.html +++ b/src/app/content/poule/poule.component.html @@ -8,7 +8,8 @@