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: apps/docs/src/app/pages/docs/angular/inform/introduction/index.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,18 @@
2
2
keyword: IntroductionPage
3
3
---
4
4
5
-
`ngx-inform` is a collection of Angular flows related to informing end-users.
5
+
## For Organisations
6
6
7
-
`ngx-inform` is a package to help facilitate common user information use-cases such as tooltips, toasts and snackbars.
7
+
In modern web applications, effectively communicating with users is crucial. The `@studiohyperdrive/ngx-inform` package provides a comprehensive solution for user notifications and interactions. It helps organisations by:
8
+
9
+
-**Enhanced User Experience**: Provides clear and consistent ways to communicate with users through tooltips, modals, and notifications
10
+
-**Accessibility Compliance**: Ensures all notification components are WCAG compliant, making your application accessible to all users
11
+
-**Reduced Development Effort**: Offers ready-to-use, tested components for common notification patterns
12
+
-**Consistent Communication**: Standardizes how your application communicates with users across different features
13
+
-**Flexible Integration**: Easily adapts to your application's design system and requirements
14
+
-**Improved User Guidance**: Helps users understand complex features through tooltips and contextual help
15
+
16
+
## For Developers
8
17
9
18
At its core, `ngx-inform` is build to be WCAG and ARIA compliant, and will throw errors whenever the necessary setup has not been provided to ensure said compliancy.
0 commit comments