SAP-samples / ui5-webcomponents-sample-angular

UI5 Web Components Sample TODO application built with Angular.
https://sap-samples.github.io/ui5-webcomponents-sample-angular/
Apache License 2.0
36 stars 13 forks source link

Edit dialog doesn't open #74

Closed kilobajt closed 2 years ago

kilobajt commented 2 years ago

There's a bug in app.component.ts, line #81 where this.oDialog.nativeElement.open() is called. It should be .show() instead of open().

kilobajt commented 2 years ago

My bad, had old version, please delete issue.