UNPKG
@al00x/forms
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Angular Forms, the way it should be!
github.com/Al00X/forms
Al00X/forms
@al00x/forms
/
providers.d.ts
4 lines
(3 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
export
declare
function
provideFormErrors
(
errorsObject
: { [p:
string
]:
string
; }
):
import
(
"@angular/core"
).
EnvironmentProviders
;