new version to support signal forms #16
Replies: 1 comment
-
Great suggestion! I'm happy to let you know that Signal Forms support is already available in ngxsmk-datepicker! 🎉 Signal Forms SupportThe datepicker provides first-class support for Angular 21+ Signal Forms through the Quick Exampleimport { Component, signal, form, objectSchema } from '@angular/core'; @component({ myForm = form(this.localObject, objectSchema({
DocumentationFor complete documentation and more examples, check out: The datepicker also supports traditional reactive forms via If you have any questions or run into issues with Signal Forms integration, feel free to open an issue or continue the discussion here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
current version is good for traditional forms/formcontrols. a new version which supports signal forms might be a good idea, given that this is the way angular is headed.
Beta Was this translation helpful? Give feedback.
All reactions