3 Load the UDTT client engine in the index.html file of the BTTAngularProject project.
<script src="assets/unicomsi/btt/clientengine/BTTLoader.js"></script> <script> // load from the integrated JS of client engine // here it is /assets/unicomsi/btt-clientEngine.uncompressed.js BTT.loadBTT("assets", "unicomsi/btt-clientEngine.uncompressed.js"); // load from the source JS of client engine at /assets folder // BTT.loadBTT("assets"); </script>
4 Provide the UDTT client engine as an Angular service at the root module.
import { ClientEngineService } from './unicomsi/btt/clientengine/angular/ClientEngineService';