Commit 946e33d
Migrate language widget to signals (#1535)
* Migrate language widget to signals and adopt @if/@for template syntax
Migrate all three language widget components (display, record-view, edit)
from decorator-based @Input/@output to Angular signal APIs (input, output,
computed, signal). Update S3 widget template and CLAUDE.md coding conventions
to require built-in control flow (@if, @for) over structural directives.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* s3 widget fix
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent ee201d7 commit 946e33d
File tree
7 files changed
+808
-749
lines changed- frontend
- src
- app/components
- dashboard/db-table-view
- db-table-filters-dialog
- db-table-row-view
- db-table-row-edit
7 files changed
+808
-749
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments