angular-update-guide
angular-update-guide copied to clipboard
Error on update instructions for deprecation of withServerTransition
Hi guys First thanks for the hard work on this amazing framework (been working with it since long time)
I am updating my homezone.al app to use angular 16, so far all good, I got struggle for some time on changing the BrowserModule.withServerTransition. The instructions on https://github.com/angular/angular/blob/main/CHANGELOG.md#platform-browser-4 are saying to replace it with { provide: APP_ID, useValue: 'serverApp' }, in imports where actually should say to move it into the providers array:

Found out the hard way after some failures.
Thanks Alban