0.16.0 • Published 3 years ago

ngx-form-trooper v0.16.0

Weekly downloads
89
License
-
Repository
-
Last release
3 years ago

NgxFormTrooper

A library built around Angular's reactive forms to reduce boilerplate and ease testing.

This package provides services, instances and components.

## Setup You must have imported BrowserNoopModule or NoopAnimationsModule for this library to work. It does not include these modules to allow for lazy-loading.

Changing the default styles

Default styles of the form can be overriden with CSS variables.

CSS VariableDefault ValueFunction
--color-form-input-borderrgba(#1c80dc, 65%) (light blue)Input border color
--color-form-input-border--error#fc8181 (light red)Input border color when errored
--color-form-input-label#2b6cb0 (darker blue)Label color for each input
--color-form-input-label--error#c53030 (darker red)Label color for each input when errored
--form-input-border-radius5pxBorder radius for each form input
0.16.0

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.0

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

4 years ago

0.0.1

4 years ago