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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ Base your code and explanation exclusively on what you read. If the reference fi
47
47
## Prerequisites
48
48
49
49
- 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)).
52
53
-`provideAnimations()` in `app.config.ts` — **required before using any overlay or animated component**
53
54
54
-
---
55
55
56
56
## Package Variants
57
57
@@ -61,6 +61,7 @@ Base your code and explanation exclusively on what you read. If the reference fi
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`.
0 commit comments