William
William
I made a fork with that feature: https://github.com/WheelyWonka/AudioKeys for those who are looking for that one in 2021 😅 I could emit a PR if @kylestetz is interested. ``` this.keyboard.octaveChanged(octave...
Hi @gilsdav, thank you for your work. I'm building a custom boilerplate that must be able to work with and without SSR. Everything works great in SSR mode (at least...
✅ I fixed my case by removing the parameter `defaultLanguage` in `TranslateModule.forRoot()` declared in `shared.module` and `app.server.module`. I supposed that since LocalizerRouter has its own logic to find the default...