Andrea Zorzi

Results 14 comments of Andrea Zorzi

Same problem here, I need SSR working properly. I have this error Uncaught SyntaxError: Strict mode code may not include a with statement vendor.js:172512. If I dive into this I...

> BrowserTransferStateModule ``` ServerTransferStateModule, BrowserTransferStateModule, TranslateModule.forRoot({ loader: { provide: TranslateLoader, useFactory: translateServerLoaderFactory, deps: [TransferState] } }), ``` I tried to add BrowserTransferStateModule and keep ServerTransferStateModule because otherwise translations does not...

> Try to avoid loading server modules in the browser module. > > app.module.ts imports: > > ``` > BrowserModule.withServerTransition({ appId: 'serverApp' }), > HttpClientModule, > TransferHttpCacheModule, > BrowserTransferStateModule, >...

> @azuxx > > You shouldn't be using `translateServerLoaderFactory` in `app.module`. Use `TranslateBrowserLoaderFactory` instead. it worked! I did also other fixings and here we are 🚀 app.server.module ```javascript @NgModule({ imports:...

> Unless I missed something, It didnt solve the same way. We had to override the style by setting a case property with atag with I display flex instead of...

Hi, can we try dmitrynop solution please? I could not be able to link :dmitrynop npm module of ng2-material-dropdown on installed module of your ngx-chips. my package json: ` "ng2-material-dropdown":...

> Same error. I gave up stable version. Yesterday I tried 3.0.0-beta.43 with new configuration things and it worked. Anyhow, it would be liked to make v2.x working as well.

Pasting working apollo-client code with apollo 3 Beta. (nothing changed in the other files instead). ```javascript import { ApolloClient, ApolloLink, createHttpLink, InMemoryCache } from '@apollo/client'; // @ts-ignore import {GRAPHQL_ENDPOINT} from...

Hi there, any updates on that? I would love to have it

I am still having the issue. Here's the following screenshots by steps: 1) 2) 3) 4) This neither Any other suggestion?🙏🏻