From 589af266d4d41dac4659880c1a12a96f1f0338b5 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 10 May 2018 20:45:36 +0100 Subject: [PATCH] fix aot error --- lib/core/datatable/components/datatable/date-cell.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/datatable/components/datatable/date-cell.component.ts b/lib/core/datatable/components/datatable/date-cell.component.ts index 64d6456d9d..239b3c4352 100644 --- a/lib/core/datatable/components/datatable/date-cell.component.ts +++ b/lib/core/datatable/components/datatable/date-cell.component.ts @@ -17,7 +17,7 @@ import { Component, ViewEncapsulation } from '@angular/core'; import { DataTableCellComponent } from './datatable-cell.component'; -import { UserPreferencesService, UserPreferenceValues } from '../../../services'; +import { UserPreferencesService, UserPreferenceValues } from '../../../services/user-preferences.service'; @Component({ selector: 'adf-date-cell',