From ac91f030a8ab54c06b9d348b9fd2fc8331df22b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Gu=C3=A9don?= <arthur.guedon@student-cs.fr> Date: Thu, 1 Oct 2020 12:02:07 +0200 Subject: [PATCH] changes upload component declarations --- src/app/members/account/my-file/my-file.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/members/account/my-file/my-file.module.ts b/src/app/members/account/my-file/my-file.module.ts index c8d0c0c..8d14e3e 100644 --- a/src/app/members/account/my-file/my-file.module.ts +++ b/src/app/members/account/my-file/my-file.module.ts @@ -5,7 +5,7 @@ import {UploadComponent} from '../upload/upload.component' import {MyFileComponent} from './my-file.component' @NgModule({ - imports : [UploadModule], + imports : [], declarations: [], entryComponents:[UploadComponent] -- GitLab