Page 2 of 2

Re: TieredMenu with many items overflows to non visible area

Posted: 30 Jan 2023, 10:05
by cetincakiroglu
Hi,

All PrimeNG and PrimeNG template versions are in sync with the related major Angular versions.
For example:
- Apollo v14 supports Angular 14
- Apollo v15 supports Angular 15

You can download the latest version of your template from the store and run "npm i" command, or manually update with "ng update", if you'll update it manually please check official Angular documentation about "ng update" from here https://angular.io/cli/update

Re: TieredMenu with many items overflows to non visible area

Posted: 30 Jan 2023, 10:10
by wuppi
Hi,
first, thanks for the information.
To be honest, I will have to dig into the documentation how to upgrade concretely because I am newbie to Angular.

But first of all: Your email does not state whether the new version solves the issue with the tiered menue:
Does it solve it or is your email more general?

Kind regards
Wuppi

Re: TieredMenu with many items overflows to non visible area

Posted: 31 Jan 2023, 09:37
by cetincakiroglu
Hi,

To update, you can use "ng update" command to update by Angular CLI or you can download the zip folder of the latest version from the store, copy "package.json, angular.json, tsconfig.json, tsconfig.app.json" and replace them with yours and run "npm i".

Re: TieredMenu with many items overflows to non visible area

Posted: 16 Mar 2023, 15:15
by wuppi
Hi,
thanks. I will do and let you know the result.
Kind regards
Wuppi