timdeschryver / ng-signal-forms

105 stars 7 forks source link

feat: introduce form builder that automatically adds injector #8

Closed goetzrobin closed 1 year ago

goetzrobin commented 1 year ago

since we use effects we need to either create our form elements in an injection context or pass in an injector when generating new fields at runtime. This PR creates an injectable form builder that automatically adds the injector and allows users to create elements in services, components, directives without having to worry about when and when not to pass the injector

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: