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
I am using typescript 4.1.3 and I get this error Property 'propName' is used before its initialization.
I can fix it using "!", but I'm not sure how correct it is @inject propName!: propService.
Maybe someone can suggest something, thanks.