Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Client] - Migrate to Signal-based Input/Output/Queries #193

Open Char2sGu opened 1 week ago

Char2sGu commented 1 week ago

Desired Changes

The new signal-based input/output/query API enables full reactivity in components, and also assists the migration to OnPush change detection, since signal changes will always trigger view updates.

This migration can be automated by ngxtension's migration schematics:

This migration would involves a great amount of changes and would likely be time-consuming.

Screenshots (as needed)

No response

Char2sGu commented 1 week ago

See here for more about the signal-based APIs: