Peter Valentovič
Peter Valentovič
Sure, I could create object of DeepPartial type. But this is not what I really want. If I create an object of DeepPartial, I can omit even mandatory properties. I...
If there are no mandatory properties, using DeepPartial will be fine too. I have been confused because some properties are already defined as optional (stack, stackWeight, etc).
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).
Without scoped sub-requests I am having problem with authorization. When I have two sub-request, both with invalid bearer token, I am getting unexpected response. First sub-request ends with 401 status...
I understand that it will be a breaking change but still thinking about it as expected behaviour. Option to control iteration direction would be solution. It could be application wide...