How to extend a view of child app which is a custom UI5 application?
Nov 09, 2017 at 07:37 AM|25 Views
How to extend a view of child app which is a custom UI5 application and not an extension project (which has extension points declared through core) through a parent app which embeds the chid app?
I have 2 apps, parent app and child app. My child app is like a product which is embedded within the parent app. I have provided the extension point in the child app, and would like to extend it through the parent app.
I have written the following code in my child app :
Despite writing the code in component, I am not able to see the extended code which I have written in my fragment in the output. Please help me on this.
Add comment