Maxim Salnikov

Results 52 comments of Maxim Salnikov

Hello team! I'm based in Oslo, Norway - CEST timezone. Looking forward to meeting you online|

Hello! Please, count me in as a Reviewer!

Hello! Thank you for sharing the solution!

For now, it's not possible. I'll keep you updated in this thread. Stay tuned!

Couple of thoughts from me as a reviewer of both PWA and Capabilities chapter: - Could we clarify difference in Service Worker API usage measuring methodology? It's not just different...

I have the documentation in a form of workshop currently: https://bit.ly/pwa-angularsummit-2017 Will be happy to contribute

Unfortunately, there is no way to go for simplest default option to set up NGSW (to use `serviceWorker: true` + Angular CLI), because CLI was ejected, so I'm going for...

I wrote a special notice on `ng-pwa-tools` compared to `serviceWorker: true`: https://docs.google.com/document/d/1F0e0ROaZUnTFftmC0XovpREHWHjcXa4CggiFlmifjhw/edit#heading=h.yoinubqorb1g For now I'm struggling with `ts-node` part of manifest generation.

Personally, I prefer to keep these things detached: - Construct service worker by manifest injection https://github.com/webmaxru/angular-pwa/blob/workbox-v4-bundle/workbox-build-inject.js - Compile it by Rollup with all the customizations I need https://github.com/webmaxru/angular-pwa/blob/workbox-v4-bundle/rollup.config.js And I...

Hello folks! After working more with CLI, workbox-build, external bundlers I now feel that having opt-in compilation in `injectManifest` is a very good idea from DX perspective. Maybe, in v7?...