You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/igniteui-angular-components/SKILL.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ user-invocable: true
7
7
# Ignite UI for Angular — UI Components
8
8
9
9
## 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**
11
15
- The **Ignite UI CLI MCP server** (`igniteui-cli`) is available as a tool provider
12
16
13
17
> **AGENT INSTRUCTION — MCP Server Setup (REQUIRED)**
@@ -60,15 +64,6 @@ Base your code and explanation exclusively on what you read. If the reference fi
60
64
61
65
---
62
66
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**
0 commit comments