Hi,
Within EJ1 i can find informations and samples about the beforeSend event, in order to intercept an (odata) adaptor query, to inject or modify params.
Could you show me how to preceed within EJ2 angular version ?
I am struggling a bit with this attempt, i think i'm close but i can't find the property or interface to call to change the params on live :
class CustomAdaptor extends ODataV4Adaptor {
beforeSend(dm: any, request: any, settings: any) {
console.dir(dm);
}
}
Thanks !