Angular Project Wizard
This article demonstrates how to use the Kendo UI Productivity Tools extension for Visual Studio Code to create new projects that are pre-configured for the Kendo UI for Angular components.
Project Creation
To create a new Kendo UI for Angular project:
Press
Ctrl
+Shift
+P
in Windows/Linux orCmd
+Shift
+P
on Mac to open the VS Code extension launcher.Type/Select
Kendo UI Productivity Tools: Launch
and pressEnter
to launch the extension.
Project Configuration
Choose a name for your project and an output directory.
Pick
Kendo UI for Angular
from the listed Kendo UI suites.Select the pages that should be included in the new project. The currently available options are
Blank
,Grid
,Chart
andForm
.Select the Kendo UI theme to be applied. You can choose between
Default
,Bootstrap
,Material
andFluent
themes.Finally, click on
Create
to generate the new project.