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
Please, support also scenario when global custom view location convention is used by overriding ViewLocator.prototype.convertOriginToViewUrl method. In our project views and viewmodels differ with names (e.g. title.html and titleVM.ts).
when bar.ts is:
and ray.ts is
then
foo.html
should resolve to view-models["bar.ts", "ray.ts"]
and perform type-checking against both.The text was updated successfully, but these errors were encountered: