Did anyone of you try to integrate a template from PEGA in his Angular project ?
I will explain for you what i did so far : 1- I added the Pega's script url in my index.html 2- I added the html code that holds all the pega parameters to display its template in the component where I want the template to be shown. 3- The connection to Pega wa successful but didn't show anything
And finally, I added the pega html code here and deleted the "root" to test the connection to Pega template directly Is it an architectural or compatibility issue? I'm confused because it's the first time that I'm doing this and didn't find any tutorials or examples for this use case ^^'