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: libs/angular/utils/README.md
+3-180Lines changed: 3 additions & 180 deletions
Original file line number
Diff line number
Diff line change
@@ -18,191 +18,14 @@ This package will follow a semver-like format, `major.minor.patch`, in which:
18
18
-`minor`: Introduces new features and (potential) breaking changes
19
19
-`patch`: Introduces bugfixes and minor non-breaking changes
20
20
21
-
For more information about the build process, authors, contributions and issues, we refer to the [ngx-tools](https://github.com/studiohyperdrive/ngx-tools) repository.
21
+
For more information about the build process, authors, contributions and issues, we refer to the [hyperdrive-opensource](https://github.com/studiohyperdrive/hyperdrive-opensource) repository.
22
22
23
23
## Concept
24
24
25
25
The `ngx-utils` package seeks to provide easy to use and to customize solutions to common use-cases. Each of these solutions can be used independently and are meant to enhance both the developer and the user experience of the application.
26
26
27
27
This package comes with a wide array of pipes, directives, services, types and abstracts. New implementations are added on a regular basis.
28
28
29
-
## Implementation
29
+
## Documentation
30
30
31
-
### Directives
32
-
33
-
#### FocusClickDirective
34
-
35
-
The FocusClickDirective provides an a11y friendly click handler.
The withRouterLinks pipe will provide a way to transform a string that contains one or more parts that need a routerLink by taking advantage of Angular web components.
The ngxReplaceElements pipe will provide a way to transform a string that contains one or more parts that need an Angular component by taking advantage of Angular web components.
This abstract component provides a way to sync the queryParams with a reactive form. This is ideal to handle filtered views, as it automatically syncs selected filters with the url.
To find more information regarding this package, we refer to [our documentation platform](https://open-source.studiohyperdrive.be/docs/angular/utils/introduction).
0 commit comments