There are many ways to make forms in Angular. There’s template driven, reactive, and the question of syncing with ngrx state or keeping the it local to the component. When making a NativeScript app it’s not always obvious how to reuse these forms. For example, template driven forms in Angular might use the dom’s “required”… Continue reading Forms with ngrx, NativeScript, and Angular
Tag: NativeScript
Using libsodium in Android and NativeScript.
LibsodiumĀ is a fantastic crypto library, however it’s documentation can be lacking. Libsodium supports many languages via native wrappers and javascript via asm.js. I’ll document here how I got it working in Android both in Java and NativeScript. The target audience is someone who knows web development but not Android development. Java + Android We’ll use… Continue reading Using libsodium in Android and NativeScript.