You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the TabMenu Items using signals, doesn't update the inkbar. example
Also, when using a language service (in my case transloco), the inkbar doesn't change when language changes.
The Inkbar should update when the label changes.
Describe the bug
Changing the TabMenu Items using signals, doesn't update the inkbar.
example
Also, when using a language service (in my case transloco), the inkbar doesn't change when language changes.
The Inkbar should update when the label changes.
Environment
{
"name": "primeng-tab-menu-controlled-demo",
"description": "PrimeNG TabMenuControlledDemo",
"license": "MIT",
"keywords": [],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test"
},
"dependencies": {
"primeng": "17.12.0",
"@angular-devkit/build-angular": "^17.3.1",
"@angular/animations": "^17.3.1",
"@angular/cdk": "^17.3.1",
"@angular/cli": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/compiler-cli": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/platform-server": "^17.3.1",
"@angular/router": "^17.3.1",
"chart.js": "3.3.2",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"quill": "1.3.7",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
}
}
Reproducer
https://stackblitz.com/edit/8saofq?file=src%2Fapp%2Fdemo%2Ftab-menu-controlled-demo.ts
Angular version
17.3.2
PrimeNG version
17.12
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18
Browser(s)
Chrome
Steps to reproduce the behavior
use signals with tabMenu
Expected behavior
tabMenu updates Inkbar when items in the array or only the label changes.
The text was updated successfully, but these errors were encountered: