64503: AoT build error fixes

This commit is contained in:
Kristof De Langhe
2019-08-21 14:37:14 +02:00
parent 86555b936d
commit a3116a3c5a
4 changed files with 5 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ let objectUpdatesService: ObjectUpdatesService;
let notificationsService: NotificationsService;
let location: Location;
let formService: DynamicFormService;
let router: Router;
let router: any;
let collection: Collection;
let collectionService: CollectionDataService;