I have developed an angular 9 app. After production build it has produced several files like 5 JavaScript files, two css files and a html file.
Now I want to integrate this app into my portal app.
I have attached all js files from portal manager into a single web file as notes.
I have attached two css files from portal manager into a single css file as notes.
Added
Content Snippet -> Tracking Code -> Value:
<script type="text/javascript" src="/test.js" />
Added the html code: