M
myordano
Guest
Hi, The thing you are trying to achieve should be possible by using the commands-extender by following the examples here . You can make your own command (like the print-preview in the example) and when overriding the execute method you will receive the ExecutionContext object which holds your dataItem (along with its related fields). From there you have an access to the title of your related product. You can make a service which your custom title component and command can inject and communicate through it. You can just next the value in a ReplaySubject from your command and subscribe in your component to it. What is left is for you to call the writeValue function and it should be visualized. Regards
Continue reading...
Continue reading...