Skip to content

Commit 23e2139

Browse files
kdinevCopilot
andauthored
docs: Revise SKILL.md for igniteui-angular prerequisites (#16967)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d163d26 commit 23e2139

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • skills/igniteui-angular-components

skills/igniteui-angular-components/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Base your code and explanation exclusively on what you read. If the reference fi
4747
## Prerequisites
4848

4949
- Angular 20+ project
50-
- `igniteui-angular` installed via `npm install igniteui-angular`, **or** `@infragistics/igniteui-angular` for licensed users
51-
- A theme applied (see [`igniteui-angular-theming`](../igniteui-angular-theming/SKILL.md))
50+
- `@angular/cli` installed
51+
- `igniteui-angular` or `@infragistics/igniteui-angular` added to the project via `ng add igniteui-angular` (or the `@infragistics` variant) or `npm install` — see [Package Variants](#package-variants) below.
52+
- A theme applied to the application (see [`igniteui-angular-theming`](../igniteui-angular-theming/SKILL.md)).
5253
- `provideAnimations()` in `app.config.ts`**required before using any overlay or animated component**
5354

54-
---
5555

5656
## Package Variants
5757

@@ -61,6 +61,7 @@ Base your code and explanation exclusively on what you read. If the reference fi
6161
| `@infragistics/igniteui-angular` | Requires private `@infragistics` registry | Licensed / enterprise users |
6262

6363
Both packages share **identical entry-point paths**. Check `package.json` and use that package name as the prefix for every import. Never import from the root barrel of either package.
64+
Both packages can be added to the project using `@angular/cli` with the following commands: `ng add igniteui-angular` or `ng add @infragistics/igniteui-angular`.
6465

6566
---
6667

0 commit comments

Comments
 (0)