Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed May 14, 2024
1 parent 0110777 commit 0e6abd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/components/panelmenu/panelmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,6 @@ export class PanelMenu implements AfterContentInit {

submenuIconTemplate: TemplateRef<any> | undefined;

headerContentTemplate: TemplateRef<any> | undefined;

itemTemplate: TemplateRef<any> | undefined;

public animating: boolean | undefined;
Expand All @@ -909,10 +907,6 @@ export class PanelMenu implements AfterContentInit {
ngAfterContentInit() {
this.templates?.forEach((item) => {
switch (item.getType()) {
case 'headercontent':
this.headerContentTemplate = item.template;
break;

case 'submenuicon':
this.submenuIconTemplate = item.template;
break;
Expand Down

0 comments on commit 0e6abd1

Please sign in to comment.