diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 45a0686..aa96684 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,4 +1,4 @@ -import { LOCATION_INITIALIZED, registerLocaleData } from "@angular/common"; +import { DatePipe, LOCATION_INITIALIZED, registerLocaleData } from "@angular/common"; import { HttpClient, HttpClientModule } from "@angular/common/http"; import localeFr from "@angular/common/locales/fr"; import { APP_INITIALIZER, Injector, LOCALE_ID, NgModule } from "@angular/core"; @@ -157,6 +157,7 @@ export function appInitializerFactory( AuthService, AuthGuard, CommitsService, + DatePipe, JsonManagerService, DataService, ToastService, diff --git a/src/app/components/home/assignment-chooser/assignment-chooser.component.html b/src/app/components/home/assignment-chooser/assignment-chooser.component.html index 4ba0594..f21b03c 100644 --- a/src/app/components/home/assignment-chooser/assignment-chooser.component.html +++ b/src/app/components/home/assignment-chooser/assignment-chooser.component.html @@ -1,75 +1,254 @@ -
+
+