Skip to content

Commit

Permalink
fix(daffio): legacy ServerModule imported (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored Sep 26, 2024
1 parent 842a67c commit be67bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/daffio/src/app/app.server.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { ServerModule } from '@angular/platform-server';
import { provideServerRendering } from '@angular/platform-server';

import { DaffioAppComponent } from './app.component';
import { AppModule } from './app.module';
Expand All @@ -10,10 +10,10 @@ import { provideServerDocsPath } from './docs/services/docs-path-server';
@NgModule({
imports: [
AppModule,
ServerModule,
],
bootstrap: [DaffioAppComponent],
providers: [
provideServerRendering(),
provideServerDocsPath(),
{
provide: DaffioAssetFetchService,
Expand Down

0 comments on commit be67bae

Please sign in to comment.