Skip to content

Commit

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

[tz-2] Try some stuff to see if we can fix the duplicated content for…
  • Loading branch information
ng-druid authored Jul 13, 2024
2 parents 07bd988 + fef0a70 commit da860e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/spear/src/app/app.server.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { AppModule } from './app.module';
import { AppComponent } from './app.component';
import { HOST_NAME, PROTOCOL } from '@rollthecloudinc/utils';
import { APP_BASE_HREF } from '@angular/common';
import { provideClientHydration } from '@angular/platform-browser';
// import { Log } from 'oidc-client';

//Log.logger = console;
Expand All @@ -19,6 +20,7 @@ import { APP_BASE_HREF } from '@angular/common';
],
bootstrap: [AppComponent],
providers: [
provideClientHydration()
/* These are required only for pre-rendering - quick hack to make work for now */
// { provide: APP_BASE_HREF, useValue: 'http://localhost:4000/' },
//{ provide: HOST_NAME, useValue: 'g6cljn4j35.execute-api.us-east-1.amazonaws.com' },
Expand Down

0 comments on commit da860e6

Please sign in to comment.