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
Hi, with introduced in TS 3.7 useDefineForClassFields flag examples from the readme will not work, unless declare property modifier is applied, e.g. @inject dataContext: DataContext; should be @inject declare dataContext: DataContext;.
The text was updated successfully, but these errors were encountered:
Hi, with introduced in TS 3.7
useDefineForClassFields
flag examples from the readme will not work, unlessdeclare
property modifier is applied, e.g.@inject dataContext: DataContext;
should be@inject declare dataContext: DataContext;
.The text was updated successfully, but these errors were encountered: