|
1 | 1 | import {Type} from '@angular/core/src/facade/lang'; |
2 | 2 | import {ListViewComponent, SetupItemViewArgs} from './directives/list-view-comp'; |
3 | | -import {TextValueAccessor} from './value-accessors/text-value-accessor'; |
4 | | -import {CheckedValueAccessor} from './value-accessors/checked-value-accessor'; |
5 | | -import {DateValueAccessor} from './value-accessors/date-value-accessor'; |
6 | | -import {TimeValueAccessor} from './value-accessors/time-value-accessor'; |
7 | | -import {NumberValueAccessor} from './value-accessors/number-value-accessor'; |
8 | | -import {SelectedIndexValueAccessor} from './value-accessors/selectedIndex-value-accessor'; |
9 | 3 | import {TabViewDirective, TabViewItemDirective} from './directives/tab-view'; |
10 | 4 | import {ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective} from './directives/action-bar'; |
11 | 5 | import {AndroidFilterComponent, IosFilterComponent} from './directives/platform-filters'; |
12 | 6 |
|
| 7 | + |
13 | 8 | export const NS_DIRECTIVES: Type[] = [ |
14 | 9 | ListViewComponent, |
15 | 10 | TabViewDirective, |
16 | 11 | TabViewItemDirective, |
17 | | - TextValueAccessor, |
18 | | - CheckedValueAccessor, |
19 | | - DateValueAccessor, |
20 | | - TimeValueAccessor, |
21 | | - SelectedIndexValueAccessor, |
22 | | - NumberValueAccessor, |
23 | 12 | ActionBarComponent, |
24 | 13 | ActionBarScope, |
25 | 14 | ActionItemDirective, |
|
0 commit comments