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-layout/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It is a companion to the **igniteui-angular-components** skill which covers form
14
14
15
15
## Prerequisites & Setup
16
16
17
-
For application setup, required providers (`provideAnimations()`, `HammerModule`, `provideIgniteIntl()`), architecture details, and multi-entry-point import patterns, see the **igniteui-angular-components** skill.
17
+
For application setup, required providers (`provideAnimations()`, `provideIgniteIntl()`), architecture details, and multi-entry-point import patterns, see the **igniteui-angular-components** skill.
18
18
19
19
All components below are **standalone** — import them directly into your component's `imports` array from their specific entry points (e.g., `igniteui-angular/tabs`, `igniteui-angular/dialog`). Replace `igniteui-angular` with `@infragistics/igniteui-angular` if using the licensed package.
|`provideIgniteIntl()`|`igniteui-angular/core`| Localization for grids, date/time pickers, and other components that display formatted values |
49
48
50
49
> **`provideAnimationsAsync()`** is an alternative to `provideAnimations()` that lazy-loads the animations module — prefer it for SSR or when optimizing initial bundle size:
0 commit comments