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

kendoButton Undefined

1 Answer 140 Views
Button
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 09 Mar 2017, 09:14 PM

I am new with KendoUI and was attempting to use kendoButton.

I installed:

$ npm install -S @progress/kendo-angular-buttons
gridexample@0.0.0 H:\ECLIPSE_WORKSPACE\GridExample\frontend\src\main\frontend
`-- @progress/kendo-angular-buttons@0.20.4

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modu
les\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"
os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

When attempting to use kendoButton in html I receive the following error:

Multiple annotations found at this line:
- Undefined attribute name 
(kendoButton).
- Undefined attribute name 

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 13 Mar 2017, 12:42 PM
Hi Brian,

The kendo-angular-buttons package contains the Button components of the Kendo UI for Angular 2 suite. If you want to use that suite in your project, I would suggest you to follow the steps described in our Getting started article.

If you, instead, would like to use the Kendo UI suite, that offers JavaScript widgets, based on jQuery, I would suggest you to follow the instructions from the same article for that suite. Note that if required, the JavaScript version of the Kendo widgets could be used in AngularJS (Angular 1.x) applications.

Regards,
Veselin Tsvetanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Button
Asked by
Brian
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or