arndwestermann

Results 8 comments of arndwestermann

@hobe Just tested it in the constructor of the lazy loaded module and it seems to work. Thanks for your workaround!

@hobe I was a bit premature when I commented. The key is created in the local storage, but when I reload the value is reset to the initial state. Do...

Don't get me wrong, but I tried it and I even mentioned that in my issue description. When i set the text attribute it doesn't center the text, when i...

The problem is that it doesn't render correctly, not that it isn't showing anything. If you look at the Stackblitz, you can see it.

Had the same issue, have a MacBook Pro M3. The command mention by @gricn worked.

I have the same error, this only popped up recently like a month or two ago or so. You can do a `Restart Extension Host` in VSCode, but if I...

@chriscurnow I think it is just sufficient enough to add this ```json "compilerOptions": { "declaration": true, "composite": true, "emitDeclarationOnly": true, ... }, ``` to the `tsconfig.base.json`, since any `tsconfig.app.json`/`tsconfig.lib.json` extend...