Artem Govorov
Artem Govorov
Adding ```javascript import 'reflect-metadata'; ``` to your quokka file may help. I expect some other things may come up when using angular 2 in node (quokka runs in node), for...
@Janatbek > where exactly I have to add module.exports ... This code can be in a [user plugin](https://quokkajs.com/docs/extensibility.html) for Quokka.
> I made an angular-quokka-plugin folder inside quokka root folder. The module is supposed to be located in the `node_modules` subfolder of the quokka root folder.
@giacomoalonzi Awesome, thanks for sharing. Have added the plugin to [our recommended plugins list](https://quokkajs.com/docs/configuration.html#notable-plugins).
@dyh333 https://quokkajs.com/docs/configuration.html#global-config-file
Thanks for the note! I'd also report the issue to VS Code team as it doesn't seem to be a correct behaviour to change the order of the imports where...
@erufenix Can you please run: ``` > /opt/homebrew/bin/node -v ``` in your terminal share the output?
@erufenix Thanks for providing the extension's archive. We have inspected it and everything looks expected, so neither corrupted extension installation, nor node version (as per your previous test with using...
Hi, we don't have any plans to add Sublime Text support to Console Ninja at this stage, but will keep the feature request opened and post update in case if...
@Danny220 We have tried to reproduce the issue, but it's working for us as expected in the latest NG generated app:  Also works as expected in a simple button...