UNPKG
@angular-redux-ivy/form
Version:
latest (13.0.4)
14.0.0
13.0.4
13.0.3
13.0.1
Build Angular 2+ forms with Redux
github.com/alufers/platform
alufers/platform
@angular-redux-ivy/form
/
shims.d.ts
4 lines
(3 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
import
{
ControlContainer
,
ControlValueAccessor
}
from
'@angular/forms'
;
export
declare
function
controlPath
(
name
:
string
,
parent
:
ControlContainer
):
string
[];
export
declare
function
isBuiltInAccessor
(
valueAccessor
:
ControlValueAccessor
):
boolean
;