This commit is contained in:
Cory LaViska
2023-03-23 08:39:20 -04:00
parent e335189bb8
commit 88efec7815

View File

@@ -60,12 +60,12 @@ export class DrawerExampleComponent implements OnInit {
constructor(...) {
}
ngOnInit() {
}
...
showDrawer() {
// use nativeElement to access Shoelace components
this.drawer?.nativeElement.show();