Skip to main content

All Questions

0 votes
1 answer
787 views

Angular 17.3 SSR with standalone components

I succeeded in converting my Angular 16.0 app to 17.3. Then I added Angular SSR, that also worked. Both npm run build:ssr and npm run serve:ssr succeed. Then I used the schematic ng add @angular/ssr ...
Marc's user avatar
  • 411
0 votes
0 answers
88 views

Click events doesn't work after add ssr to an angular 17 app

Click event doesn´t work after add @angular/ssr package, doesn´t show any log in the console. @Component({ selector: 'app-root', standalone: true, imports: [RouterOutlet], template: ` ...
Jhonatan Yaranga's user avatar
3 votes
1 answer
867 views

Angular V17-SSR-ERROR Error: NullInjectorError: No provider for SocialAuthServiceConfig

I recently Upgraded to Angular to V17 with SSR and when i tried to load page this error is coming. ERROR Error: NullInjectorError: No provider for SocialAuthServiceConfig! Note: - I am using Only ...
KARNAV PARGI's user avatar
-1 votes
1 answer
515 views

Angular V17-SSR-ERROR Error: NullInjectorError: No provider for WrappedSocket

I have upgraded Angular to V17 with SSR and when i tried to load page this error is coming. R3InjectorError(Standalone[_HomeComponent])[_SocketService -> _SocketService -> _SocketService -> ...
KARNAV PARGI's user avatar