Skip to content

Commit

Permalink
chore: code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Dec 24, 2024
1 parent 739cff7 commit 7e3412f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@ interface INavButton {
})
export class PlhBottomNavigationBarComponent extends TemplateBaseComponent implements OnInit {
params: Partial<IPlhBottomNavigationParams> = {};
isActive = false;

ngOnInit() {
this.getParams();
}

//get template parameters
getParams() {
this.params.buttonList = getParamFromTemplateRow(this._row, "button_list", []);
}

toggleIcon() {
this.isActive = !this.isActive;
}
}

0 comments on commit 7e3412f

Please sign in to comment.