I have an OData service which is made in manifest.json
In some services I need to pass some url parameters like ?$expand=XYZ
SO the question is how can I set serviceUrlParams
in the run time and not inside of the manifest.json
while the OData model has been created by component class.