Angular - Implementing the CMS Kit module features#24234
Angular - Implementing the CMS Kit module features#24234sumeyyeKurtulus merged 34 commits intodevfrom
Conversation
| private route = inject(ActivatedRoute); | ||
| private destroyRef = inject(DestroyRef); | ||
|
|
||
| form: FormGroup; |
There was a problem hiding this comment.
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.
Sure, I checked that either 🙌🏻. However, we need to update the apps to the ng v21 accordingly.
oykuermann
left a comment
There was a problem hiding this comment.
waiting for https://github.com/volosoft/volo/pull/21014
|
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 15.3%, saving 55.7 KB.
7 images did not require optimisation. |
oykuermann
left a comment
There was a problem hiding this comment.
I approved, because I requested changes. This PR will be tested with 10.2.0-rc.1 version.
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?