ngrx-forms
Advanced tools
Changelog
1.0.2
ngValue
on option
elements, thereby fixing non-string option values not working for select
elements (thanks @nathanmarks for finding this issue)<a name="1.0.1"></a>
Changelog
1.0.1
ngAfterViewInit
hook instead of ngOnInit
to allow proper interaction with form elements that can have dynamically rendered children they depend on (e.g. dynamic option
s for select
s) (thanks @nathanmarks for finding this issue)<a name="1.0.0"></a>