You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate to inject() from constructor dep injection
Angular has moved away from constructors with their dependencies
injected in favor of using the inject() function. This migration simply
moves us from point A to point B on using inject() for parameters and
constructors for initialization above and beyond getting parameters.
0 commit comments