Skip to content

Commit 946e33d

Browse files
guguclaude
andauthored
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

7 files changed

+808
-749
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lodash-es": "^4.17.21",
5050
"mermaid": "^11.12.1",
5151
"monaco-editor": "0.55.1",
52-
"ng-dynamic-component": "^10.7.0",
52+
"ng-dynamic-component": "^10.8.0",
5353
"ngx-cookie-service": "^19.0.0",
5454
"ngx-markdown": "^19.1.1",
5555
"ngx-stripe": "^19.0.0",

0 commit comments

Comments
 (0)