-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Angular - Implementing the CMS Kit module features #24234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
| private route = inject(ActivatedRoute); | ||
| private destroyRef = inject(DestroyRef); | ||
|
|
||
| form: FormGroup; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should use the signal-based forms that will come with Angular 21 in the future. Just an idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I checked that either 🙌🏻. However, we need to update the apps to the ng v21 accordingly.
Description
Resolves https://github.com/volosoft/volo/issues/20975 and relates https://github.com/volosoft/volo/pull/21014
Features covered in this PR
Checklist
How to test it?