Revise SKILL.md for igniteui-angular prerequisites#16967
Conversation
Updated prerequisites and installation instructions for igniteui-angular components.
There was a problem hiding this comment.
Pull request overview
Updates the Ignite UI for Angular Components skill documentation to clarify prerequisites and add Angular CLI-based installation guidance for igniteui-angular packages.
Changes:
- Updated prerequisites list (adds Angular CLI, adjusts theme wording).
- Added
ng addcommands for installingigniteui-angular/@infragistics/igniteui-angularvia Angular CLI.
| - Angular 20+ project | ||
| - `igniteui-angular` installed via `npm install igniteui-angular`, **or** `@infragistics/igniteui-angular` for licensed users | ||
| - A theme applied (see [`igniteui-angular-theming`](../igniteui-angular-theming/SKILL.md)) | ||
| - `@angular/cli` installed | ||
| - `igniteui-angular` or `@infragistics/igniteui-angular` installed. |
There was a problem hiding this comment.
PR description includes "Closes #" without an issue number. If this PR is intended to close a specific issue, update the PR description to reference it (or remove the placeholder) so the repository automation and release notes remain accurate.
| - `@angular/cli` installed | ||
| - `igniteui-angular` or `@infragistics/igniteui-angular` installed. | ||
| - A theme created for the application. See `igniteui-angular-theming` skill for instructions. |
There was a problem hiding this comment.
The prerequisites say the package is already installed, but the section below also instructs using ng add to add the package. This is contradictory for readers; consider rephrasing the prerequisite to say the package is installed via npm install or ng add, or move the ng add guidance up into the prerequisites.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… add/npm install Co-authored-by: kdinev <1472513+kdinev@users.noreply.github.com>
docs(skills): clarify igniteui-angular installation in prerequisites
Updated prerequisites and installation instructions for igniteui-angular components.
Closes #
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)