Getting Started with the Kendo UI for Angular Data Query

Updated on Sep 2, 2026

This article covers adding the Data Query package to your project and importing its functions.

ninja-iconThe Data Query is part of Kendo UI for Angular, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

Installing the Package

To add the Kendo UI Data Query package to your project, run the following command. The package has no external dependencies:

sh
npm install --save @progress/kendo-data-query

Importing Functions

Data Query uses named exports. Import only the functions you need:

js
import { process, orderBy, filterBy, groupBy, aggregateBy } from '@progress/kendo-data-query';

Check the API Reference for a complete list of exported functions and types.

Next Steps

In this article
Installing the PackageImporting FunctionsNext Steps
Not finding the help you need?
Contact Support