//The root ts file import {CoreService} from "./services/core/CoreService"; window['core'] = new CoreService(); window['core'].start();