Skip to content

Commit d2f5ae8

Browse files
committed
fix(skills): addressing review comment on duplicate prerequisites in components
1 parent 41632c6 commit d2f5ae8

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

  • skills/igniteui-angular-components

skills/igniteui-angular-components/SKILL.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ user-invocable: true
77
# Ignite UI for Angular — UI Components
88

99
## Prerequisites
10-
10+
- Angular 20+ project
11+
- `@angular/cli` installed
12+
- `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.
13+
- A theme applied to the application (see [`igniteui-angular-theming`](../igniteui-angular-theming/SKILL.md)).
14+
- `provideAnimations()` in `app.config.ts`**required before using any overlay or animated component**
1115
- The **Ignite UI CLI MCP server** (`igniteui-cli`) is available as a tool provider
1216

1317
> **AGENT INSTRUCTION — MCP Server Setup (REQUIRED)**
@@ -60,15 +64,6 @@ Base your code and explanation exclusively on what you read. If the reference fi
6064
6165
---
6266

63-
## Prerequisites
64-
65-
- Angular 20+ project
66-
- `@angular/cli` installed
67-
- `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.
68-
- A theme applied to the application (see [`igniteui-angular-theming`](../igniteui-angular-theming/SKILL.md)).
69-
- `provideAnimations()` in `app.config.ts`**required before using any overlay or animated component**
70-
71-
7267
## Package Variants
7368

7469
| Package | Install | Who uses it |

0 commit comments

Comments
 (0)