goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.1k stars 121 forks source link

fix(select): ngModel story uses initialValue #227

Closed elite-benni closed 3 months ago

elite-benni commented 3 months ago

fixed typo initalValue. --> initialValue

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

The initialValue is not set in storybook.

Closes #220

What is the new behavior?

When providing a initialValue for the NgModelFormControl the value is set as ngModel in the select story.

Does this PR introduce a breaking change?

Other information