Question
FEPOC
US
Posted: Sep 25, 2019
Last activity: Sep 26, 2019
Last activity: 26 Sep 2019 6:57 EDT
Closed
Angular & Pega Mashup
Hello,
I am trying to integrate Pega Mashup in Angular 6 application. I am able to load the scrips abut not able to load the main div. Please see my Div content below. I am using this div inside my child html template.
<div id="myGadget"
data-pega-gadgetname ='PegaGadget'
data-pega-action="openWorkByURL"
data-pega-action-param-query="pyActivity=Data-Portal.ShowDesktop"
data-pega-isdeferloaded ='false'
data-pega-applicationname ='ABC'
data-pega-threadname ='STANDARD'
data-pega-resizetype ='stretch'
data-pega-url ='../abc/IAC' >
</div>
***Edited by Moderator Marissa to update platform capability tags****