UNPKG

@progress/kendo-angular-filter

Version:
18 lines (17 loc) 900 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { FilterFieldComponent } from "./filter-field.component"; import { FilterComponent } from "./filter.component"; import { CustomMessagesComponent } from "./localization/custom-messages.component"; import { FilterValueEditorTemplateDirective } from "./templates/value-editor.template"; /** * Utility array that contains all `@progress/kendo-angular-filter` related components and directives */ export const KENDO_FILTER = [ FilterComponent, FilterFieldComponent, CustomMessagesComponent, FilterValueEditorTemplateDirective ];