moioo91120

Results 6 comments of moioo91120

+1 for web plz :)

Hi, same problem here on apollo 3.4.16 Same error with the documented example.

Hello, same request here. At least please add some condition to prevent localstorage to be accessed on server rendering : ex ``` import { isPlatformBrowser } from '@angular/common'; (...) constructor(@Inject(PLATFORM_ID)...

Yes, thanks for your port of angular2-localstorage, it's very convenient. Actually, I use localstorage to store customer token. So I don't really need localstorage to render the page on server...

Hello, any updates ? I tried to use the "extensions" without sucess. Like ``` constructs: { QueueJob: { type: 'queue', fifo: 'true', worker: { handler: 'src/job/job.handler', }, extensions: { queue:...