Page 1 of 1

Serenity for Angular 9

Posted: 18 Mar 2020, 10:13
by StanuschTechnologies
Hello,
When will be released Serenity for Angular 9?
Regards
Stanusch Technologies

Re: Serenity for Angular 9

Posted: 20 Mar 2020, 09:36
by merve7
Hello,
We released Serenity 9.0.0 and you can find the new version in the store.

Re: Serenity for Angular 9

Posted: 25 Mar 2020, 09:40
by D_m_i_t_r_y
merve7 wrote:
20 Mar 2020, 09:36
Hello,
We released Serenity 9.0.0 and you can find the new version in the store.
How can I update?

Re: Serenity for Angular 9

Posted: 06 Apr 2020, 10:01
by merve7
You can see how to update it in the migration topic in documentation page (http://primefaces.org/serenity-ng/#/documentation)
8.0.1 to 9.0.0
Angular 9 and PrimeNG 9

Update dependencies with ng update.
Update theme.css and layout.css files.
Update app.menu.component.ts and app.menu.component.html while retaining your MenuModel.
Include app.menuitem.component.ts under app folder and define it app.module.ts with declarations property.
Include app.menu.service.ts under app folder and define it app.module.ts with providers property.