This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
NativeScript
nativescript.bsky.social
did:plc:m7sdncvmhwdoc5zqd7tcuepx
๐ง A question was just asked about @angular.dev signal and computed property bindings. Awaken that computed with a signal in it!
currentValue = signal('Hello');
textBoxValue = computed(() => `Value: ${this.currentValue()}`);
here's @stackblitz quick reference ๐๐งต
2025-05-02T21:39:03.885Z