mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-23521 improve standalone import
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
import {
|
||||
AppConfigService,
|
||||
CardViewModule,
|
||||
ErrorMessageModel,
|
||||
ErrorWidgetComponent,
|
||||
FormFieldEvent,
|
||||
@@ -26,6 +25,7 @@ import {
|
||||
FormFieldTypes,
|
||||
FormService,
|
||||
RuleEntry,
|
||||
SelectFilterInputComponent,
|
||||
WidgetComponent
|
||||
} from '@alfresco/adf-core';
|
||||
import { AsyncPipe, NgFor, NgIf } from '@angular/common';
|
||||
@@ -62,7 +62,7 @@ export const HIDE_FILTER_LIMIT = 5;
|
||||
MatSelectModule,
|
||||
ErrorWidgetComponent,
|
||||
TranslateModule,
|
||||
CardViewModule // imported for adf-select-filter-input
|
||||
SelectFilterInputComponent
|
||||
]
|
||||
})
|
||||
export class DropdownCloudWidgetComponent extends WidgetComponent implements OnInit, OnDestroy {
|
||||
|
Reference in New Issue
Block a user