Skip to content

Commit

Permalink
Fixed primefaces#13012 for v16
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 11, 2023
1 parent 20367df commit ee9f480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/menubar/menubar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { MenuItem, PrimeNGConfig, PrimeTemplate, SharedModule } from 'primeng/ap
import { RouterModule } from '@angular/router';
import { RippleModule } from 'primeng/ripple';
import { TooltipModule } from 'primeng/tooltip';
import { debounce, filter, interval, Subject, Subscription } from 'rxjs';
import { Subject, Subscription, interval } from 'rxjs';
import { debounce, filter } from 'rxjs/operators';
import { BarsIcon } from 'primeng/icons/bars';
import { AngleDownIcon } from 'primeng/icons/angledown';
import { AngleRightIcon } from 'primeng/icons/angleright';
Expand Down

0 comments on commit ee9f480

Please sign in to comment.