From 94329b0b52b1e4bb0d1f2379a2a0a5407e3f8017 Mon Sep 17 00:00:00 2001 From: lotte <lotte_hofstede@hotmail.com> Date: Mon, 18 Nov 2019 11:40:10 +0100 Subject: [PATCH] fixed aot issues --- .../selectable-list-item-control.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/object-collection/shared/selectable-list-item-control/selectable-list-item-control.component.ts b/src/app/shared/object-collection/shared/selectable-list-item-control/selectable-list-item-control.component.ts index 91ada1cbe8..55145f21fb 100644 --- a/src/app/shared/object-collection/shared/selectable-list-item-control/selectable-list-item-control.component.ts +++ b/src/app/shared/object-collection/shared/selectable-list-item-control/selectable-list-item-control.component.ts @@ -33,7 +33,7 @@ export class SelectableListItemControlComponent implements OnInit { selected$: Observable<boolean>; - constructor(private selectionService: SelectableListService) { + constructor(public selectionService: SelectableListService) { } /** -- GitLab