import { RdMain } from "./src/base/rdMain"; import { AppComponent } from './src/app.component' export class Boot { public static run(client: typeof RdMain) { AppComponent.client = new client(); } }