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

NPM install all

1 Answer 2639 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nicholas
Top achievements
Rank 1
Nicholas asked on 15 Dec 2017, 09:28 PM
Is there a way to simply install all kendo components?  It's kind of annoying to every time I need a component to run another npm install command.

1 Answer, 1 is accepted

Sort by
-1
Dimiter Topalov
Telerik team
answered on 18 Dec 2017, 08:49 AM
Hi Nicholas,

The Kendo UI for Angular components are distributed as separate NPM packages, and currently there is no dedicated installer that will download and install all packages (primarily because most customers are typically using only some of our packages and would not like their application to be unnecessarily bloated by installing all our packages).

You can install all packages by simply listing them in the same "npm install" command, e.g.:

npm install --save @progress/kendo-angular-grid @progress/kendo-angular-dropdowns @progress/kendo-angular-inputs @progress/kendo-angular-dateinputs @progress/kendo-data-query @progress/kendo-angular-intl @progress/kendo-angular-l10n @progress/kendo-drawing @progress/kendo-angular-excel-export @progress/kendo-angular-buttons @progress/kendo-angular-dialog @progress/kendo-angular-gauges @progress/kendo-angular-charts @angular/animations ... etc.

If you have the time, please submit a feature request to our UserVoice portal, describing the desired functionality and the reasoning/use case behind it, so we can consider introducing it in the future, depending on the customer demand:

http://kendoui-feedback.telerik.com/forums/555517-kendo-ui-for-angular-feedback

Thank you in advance.

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