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
It would be very useful to have typescript completion inside the frameworks templates.
For exemple:
Here typescript should be suggesting me the properties I provided with "ITodos".
It's a single file component so Typescript should know which Class to look into for data
Also it should work with Web components! Typescript could suggest the component Props inside the Html.
The text was updated successfully, but these errors were encountered:
It would be very useful to have typescript completion inside the frameworks templates.
For exemple:
Here typescript should be suggesting me the properties I provided with "ITodos".
It's a single file component so Typescript should know which Class to look into for data
Also it should work with Web components! Typescript could suggest the component Props inside the Html.
The text was updated successfully, but these errors were encountered: