Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jul 19, 2024
1 parent 28461f5 commit 5a09d5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/components/button/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,11 @@ export class Button implements AfterContentInit {
};
}

focus() {
/**
* Applies focus.
* @group Method
*/
public focus() {
this.el.nativeElement.firstChild.focus();
}
}
Expand Down

0 comments on commit 5a09d5b

Please sign in to comment.