

Every change that you make is visualized almost instantly.

ThemeBuilder is a web application that enables you to create new themes and customize existing ones. To take full control over the appearance of the Kendo UI for Angular components, you can create your own styles by using ThemeBuilder. Let’s look at a few more tips and tools that can help you get the most out of Kendo UI for Angular. We hope we have managed to inspire you how to become a more productive Angular developer and build complex UI in no time with our professional UI library. This article shows just a glimpse of what you can create with Kendo UI for Angular. Alternatively, run, fork and experiment with the application directly in StackBlitz. You can download and run the complete sample application from the kendo-angular-quickstart-cli GitHub repository. Your Kendo UI for Angular Getting Started application is complete!

The DropDowns package installation requires a single step when using the ng add command.Ĭopy Code export class AppComponent Let's add the Kendo UI for Angular DropDownList to our app and bind it to an array of objects. Feel free to explore the Kendo UI for Angular Grid documentation pages to get a sense of just how many things the Grid can do. In this section, you added a robust Data Grid to your application, enhanced with paging, and sorting.

The Grid package installation requires a single step when using the ng add command. Let's add the Kendo UI for Angular Grid to our app. Next, you will use two of these components ( Grid and DropDownList) to build a small demo application.īefore continuing, remove the Calendar from the page so that you have a blank app to work with. Kendo UI for Angular is a rich suite of many modular components. Integrating Multiple Kendo UI for Angular Components Now that you have components installed, and licensing set up, you’re ready to start developing with Kendo UI for Angular! Feel free to explore the full components list or follow the tutorial below to learn how to combine multiple components and make them work together. To activate your license follow the instructions on the Activating Your License Key page. Using any of the UI components from the Kendo UI for Angular library requires either a commercial license key or an active trial license key. Kendo UI for Angular is a professionally developed library distributed under a commercial license. Activating Your Trial or Commercial License Using the many other Kendo UI for Angular components is as straightforward as using the Calendar-install the corresponding package and use the component’s markup in your apps.Īs a final step to getting Kendo UI for Angular up and running, let’s look at how to handle licensing next.
