The Angular CLI is a command-line tool for scaffolding and building Angular applications.
For more information on the recommended workflow for using Kendo UI for Angular with Angular CLI, refer to the article on getting started.
To install any package from Kendo UI for Angular, use ng-add
command and add the name of the NPM package.
ng add @progress/kendo-angular-inputs
The ng add @progress/kendo-angular-inputs
command executes the following actions:
@progress/kendo-angular-inputs
package as a dependency.InputsModule
in the current application module.
If your application uses standalone components, you must import the
InputsModule
manually.
angular.json
file.package.json
.npm install
to install the theme and all peer packages that are added.