I would like to be able to post a mini app made in ionic to calculate currencies quite complex ( It is very difficult to recreate it in php) but I would like to place or call it in an HTML section (a element) of elementor Wordpress Builder I have read that some make a plugin with a file php in wp-content/plugins (but it only works with pure angular) and I'm avoiding using IFrame, I wonder if I have to put the app root folder in a subdirectory, modify the BaseHref of angular config or if there is a way to call the index.html in the Elementor Builder html widget.
I tried to modify the basehref of the angular.config.js and the index.html or investigate how to call an html from another html but never got a solution