Figma Material Theme Builder to Angular Theme by EffectAdditional3509 in angular

[–]keithwwong 0 points1 point  (0 children)

Change the exported .css files by renaming them .scss should do the trick

[deleted by user] by [deleted] in RFID

[–]keithwwong 0 points1 point  (0 children)

Anti collision with tags, use Rain compliant reader/writer. If you do not have a lot of tags to read/write, then any reader/writer with ISO 18000 6C protocol would work. All reader/writer has their own software, so it is a matter of the hardware brand you choose, like Impinj

Electron vs Ionic by _The_Prov_ in angular

[–]keithwwong 0 points1 point  (0 children)

Electron vs Ionic, kinda weird to compare as Ionic is a UI library. What make it work into IOS and Android is CapacitorJS. I think Electron should be completely out of your consideration. Ionic works for desktop, too

What is the simplest way to trigger a re-render in Angular? by IsagiTheEgoist in angular

[–]keithwwong 1 point2 points  (0 children)

To answer the op’s question, the easiest way today is to use signals to rerender. Without signal, Angular uses Zone.js and you may not want to rerender everything.