Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
start() {
this._container = new Container();
SystemContainerConfiguration.configureContainer(this._container);
this._configureContainer();
this._displayShell();
}
constructor() {
this._container = new Container();
SystemContainerConfiguration.configureContainer(this._container);
this._configureContainer();
this._container.resolve(SystemContainerConst.router).enableDiagnosticLogging = true;
this._rootElement = this._createRootElement();
}