Skip to content

Commit

Permalink
Merge pull request #4 from rollthecloudinc/tz-2-forms-demo-panel-page…
Browse files Browse the repository at this point in the history
…-rendering-twice

[tz-2] Remove transfer state module.
  • Loading branch information
ng-druid authored Jul 12, 2024
2 parents c2eb08f + 44656be commit 07bd988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/spear/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, ServerTransferStateModule } from '@angular/platform-server';
import { ServerModule } from '@angular/platform-server';
import { FlexLayoutServerModule } from '@angular/flex-layout/server';

import { AppModule } from './app.module';
Expand All @@ -15,7 +15,6 @@ import { APP_BASE_HREF } from '@angular/common';
imports: [
AppModule,
ServerModule,
ServerTransferStateModule,
FlexLayoutServerModule
],
bootstrap: [AppComponent],
Expand Down

0 comments on commit 07bd988

Please sign in to comment.