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 {
|
import {
|
||||||
AppConfigService,
|
AppConfigService,
|
||||||
CardViewModule,
|
|
||||||
ErrorMessageModel,
|
ErrorMessageModel,
|
||||||
ErrorWidgetComponent,
|
ErrorWidgetComponent,
|
||||||
FormFieldEvent,
|
FormFieldEvent,
|
||||||
@@ -26,6 +25,7 @@ import {
|
|||||||
FormFieldTypes,
|
FormFieldTypes,
|
||||||
FormService,
|
FormService,
|
||||||
RuleEntry,
|
RuleEntry,
|
||||||
|
SelectFilterInputComponent,
|
||||||
WidgetComponent
|
WidgetComponent
|
||||||
} from '@alfresco/adf-core';
|
} from '@alfresco/adf-core';
|
||||||
import { AsyncPipe, NgFor, NgIf } from '@angular/common';
|
import { AsyncPipe, NgFor, NgIf } from '@angular/common';
|
||||||
@@ -62,7 +62,7 @@ export const HIDE_FILTER_LIMIT = 5;
|
|||||||
MatSelectModule,
|
MatSelectModule,
|
||||||
ErrorWidgetComponent,
|
ErrorWidgetComponent,
|
||||||
TranslateModule,
|
TranslateModule,
|
||||||
CardViewModule // imported for adf-select-filter-input
|
SelectFilterInputComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class DropdownCloudWidgetComponent extends WidgetComponent implements OnInit, OnDestroy {
|
export class DropdownCloudWidgetComponent extends WidgetComponent implements OnInit, OnDestroy {
|
||||||
|
Reference in New Issue
Block a user