19.0.0 • Published 6 months ago

@studiohyperdrive/ngx-forms v19.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

# Angular Tools: NgxForms (@studiohyperdrive/ngx-forms)

This library provides multiple utilities for complex form use-cases.

Installation

Install the package first:

npm install @studiohyperdrive/ngx-forms

Versioning and build information

This package will follow a semver-like format, major.minor.patch, in which:

  • major: Follows the Angular major version
  • minor: Introduces new features and (potential) breaking changes
  • patch: Introduces bugfixes and minor non-breaking changes

For more information about the build process, authors, contributions and issues, we refer to the hyperdrive-opensource repository.

Concept

The ngx-forms package provides several validators, guards, directives, utils and abstracts to facilitate creating complex form flows in your application. These individual items can be use separately to your liking.

The validators of the ngx-forms package provide easy and robust way to tackle more complex validation requirements, such as various dependency based required flows, as smaller frequently used use-cases such as several dates related validators.

Simplifying the process of creating (complex) custom ControlValueAccessors, ngx-forms introduces the FormAccessor and FormContainer approach to provide a quick and easy way to build custom controls and re-usable form components.

To handle errors in a uniform way, ngx-forms provides the NgxErrors directive approach that will unify all error handling with either the default or a custom defined error component.

Last but not least, the SaveOnExit flow of ngx-forms allows for a quick and simple solution to the often re-occuring "save-before-you-exit" flow that is common amongst complex form implementation.

Documentation

To find more information regarding this package, we refer to our documentation platform.

19.0.0

6 months ago

18.0.3

11 months ago

18.0.2

11 months ago

18.0.1

1 year ago

18.0.0

1 year ago

17.6.2

1 year ago

17.6.0

1 year ago

17.5.0

1 year ago

17.4.0

1 year ago

17.3.0

1 year ago

17.2.1

1 year ago

17.2.0

1 year ago

17.1.0

1 year ago

17.0.4

1 year ago

17.0.3

2 years ago

17.0.2

2 years ago

17.0.1

2 years ago

17.0.0

2 years ago

16.1.1

2 years ago

16.0.2

2 years ago

16.1.0

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

16.1.5

2 years ago

16.1.4

2 years ago

16.1.3

2 years ago

16.1.2

2 years ago

16.0.3

2 years ago

15.0.1

2 years ago