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 the new `inject()`-based Dependency Injection #190

Open Char2sGu opened 2 months ago

Char2sGu commented 2 months ago

Desired Changes

The inject() function is an alternative to the traditional constructor-based dependency injection mechanism, enabling flexible DI-based composition and easier class inheritance.

https://medium.com/javascript-everyday/unleash-the-power-of-the-inject-function-in-angular-applications-8dc544f9edb8

This migration can be automated with ngxtension's migration schematic:

https://ngxtension.netlify.app/utilities/migrations/inject-migration/

Screenshots (as needed)

No response