From 6f43e3d2bd6b442bdfaf315f95822188a1bf56ba Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 5 Apr 2020 22:31:03 +0200 Subject: [PATCH] Solving a bug --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 908ec056..713ae3f0 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -18,7 +18,7 @@ export class AppComponent libraries: Library[]; isLoading: boolean = false; - constructor(private http: HttpClient, private router: Router, private location: Location, private authManager: AuthService, public dialog: MatDialog) + constructor(private http: HttpClient, private router: Router, private location: Location, public authManager: AuthService, public dialog: MatDialog) { http.get("api/libraries").subscribe(result => {