pull/1249/head
Cory LaViska 2023-03-23 08:39:20 -04:00
rodzic e335189bb8
commit 88efec7815
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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