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
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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' },
inimports
where actually should say to move it into theproviders
array:Found out the hard way after some failures.
Thanks
Alban
The text was updated successfully, but these errors were encountered: