fix aot error

This commit is contained in:
Denys Vuika
2018-05-10 20:45:36 +01:00
parent 7ad77493d7
commit 589af266d4

View File

@@ -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',