Erik Hegen

Results 17 comments of Erik Hegen

@johannesjo issue can be closed

I have a similar problem that after manually reloading the page (by pressing F5 in the developer tools) the NL_TOKEN is an empty string and neutralino native api is no...

After looking at the neutralino js lib source code, I found a solution: ```js const storedToken = sessionStorage.getItem('NL_TOKEN'); if (storedToken) window.NL_TOKEN = storedToken; Neutralino.init(); ``` PS: I'm using a quiet...

The issue arises when scopes are provided via `mutli: true`. It seems like the scopes are not yet necessarily fully loaded when using `translocoService.translate(...)`. `translate` only looks the key up...

I don't know if it helps, but I found kind of a hackaround. **First of all, my setup:** Host app module defines a http loader ```ts @NgModule({ exports: [ TranslocoModule...

The issue magically disappeared on both of my windows machines after a couple of days and restarts ¯\_(ツ)_/¯ I will close the issue since I can no longer reproduce the...

Aaaaand the issue is back. I have no idea why, nothing changed

I'd say, let's wait for the token-based theming API, because currently, Angular Material is a mess... Some components use mdc-variables and others don't. Also material scss uses global variables which...

Same error here but I found the solution: create a new neu app by just simple using `neu create myApp`. Delete the bin folder of your production app and use...

Somebody posted a solution somewhere else. Here it is for you guys: Paste this into you package.json. It overrides the dependency from fantasticon to glob so that it uses an...