Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private _setNgwMap() {
this.ngwMap = new NgwMap(this.mapAdapter, {
...this.$props,
...this.mapOptions,
target: this.$el as HTMLElement
});
this.ready = true;
}
}