This is a migrated thread and some comments may be shown as answers.

How to get started using Kendo UI for Angular

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lance
Top achievements
Rank 2
Lance asked on 04 Dec 2018, 09:22 PM

I'm a .NET and jQuery developer who would like to get started using Kendo UI for Angular. Can you tell me the following information on what steps I need to go from having nothing installed to spinning up my first "Hello World"?

 

- What do I need to install?

- Where I can find the documentation?

- How do I add Kendo component to a view

 

Thank you for your time and effort.

 

 

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 05 Dec 2018, 11:49 PM
Hello Lance,

Please review the following to help address each question:

What do I need to install?
The easiest way is to start with the Angular CLI Tool. These are the instructions to install.
After which, you can refer to Setting up the Angular Project and Adding Kendo UI Components.

Where I can find the documentation?
Each component has specific documentation which contains runnable demos and API. For example:
Grid - Overview / API
Buttons - Overview / API

How do I add a Kendo component to a view?
Every component has its own package which can be found in their documentation under API reference.
Use the command ng add component-package-name to add the component package. This command installs all necessary packages, sets up the default theme, and imports the component module.


For additional resources, refer to our FAQs page. Please let me know if you have any questions.

Thank you for choosing Kendo UI for Angular.

Regards,
Hetali
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Lance
Top achievements
Rank 2
Answers by
Hetali
Telerik team
Share this question
or