We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2d5a2 commit 7125186Copy full SHA for 7125186
ClientApp/boot.server.ts
@@ -11,8 +11,6 @@ enableProdMode();
11
12
export default createServerRenderer((params) => {
13
14
- console.log('server ?');
15
-
16
// Platform-server provider configuration
17
const setupOptions: IEngineOptions = {
18
appSelector: '<app-root></app-root>',
@@ -26,9 +24,6 @@ export default createServerRenderer((params) => {
26
24
27
25
return ngAspnetCoreEngine(setupOptions).then(response => {
28
29
- // console.log('\n\n\naspnet-engine!!!\n\n\n')
30
- console.log(response)
31
32
// Apply your transferData to response.globals
33
response.globals.transferData = createTransferScript({
34
someData: 'Transfer this to the client on the window.TRANSFER_CACHE {} object',
0 commit comments