I am trying to send data(Object) from one component to another however I am getting an empty result.
Here is my code
routing module
set the caseData inside the subscribe method
this.route .data .subscribe(v => { this.caseData = v; console.log(this.caseData) });