bootstrap(AComp, '#' + containerId);const ngZone: NgZone = this.injector.get(NgZone);
ngZone.run(() => {
this.appRef.bootstrap(AComp, '#' + containerId);
});applicationRef.bootstrap(AComponent, containerId);const ngZone: NgZone = this.injector.get(NgZone);
ngZone.run(() => {
this.appRef.bootstrap(AComponent, '#' + containerId);
});