Kendo UI for Angular — Getting Started
Arguments
Usage: /kendo-angular-getting-started [mode] [project-name] [--theme=<theme>]
[mode]:new(default) — create a brand-new Angular project with the Angular CLI, orexisting— add Kendo UI for Angular to an existing project[project-name]: The name for your project (default:kendo-angular-app). Only used innewmode.[--theme=<theme>]: One ofdefault(default),bootstrap,material,fluent
Instructions
Determine the mode from
$ARGUMENTS:- If
$ARGUMENTScontainsexisting,add,existing-project, oradd-to-existing(case-insensitive) → read and follow existing-project.md - Otherwise → read and follow new-project.md (this is the default)
- If
Extract the project name from
$ARGUMENTS. If no name is provided, usekendo-angular-app.Extract the theme from
$ARGUMENTS(e.g.,--theme=bootstrap). If no theme is provided, usedefault.Replace every placeholder in the loaded setup file:
<project-name>→ the actual project name<theme>→ the chosen theme (default,bootstrap,material, orfluent)<theme-package>→ the npm package for the theme:default→@progress/kendo-theme-defaultbootstrap→@progress/kendo-theme-bootstrapmaterial→@progress/kendo-theme-materialfluent→@progress/kendo-theme-fluent
<theme-display>→ the human-readable name:default→Defaultbootstrap→Bootstrapmaterial→Material Designfluent→Fluent UI
Run all commands sequentially. Do not skip any step.
After completing all steps, run the application and keep it running.