Jared Youtsey
Jared Youtsey
Just to add clarity to this issue, ngrev is not processing the tsconfig.json's paths property. ``` "paths": { "@environments/*": ["src/environments/*"], "@services/*": ["src/app/services/*"], ... }, ```
Here is a quick workaround in level.js: ``` javascript $(function() { var callback = function() { Game.initialize("#gameboard", levelData, spriteData, { "start" : startGame, "die" : endGame, "win" : winGame });...
I just did an `npm install @types/ng2-dragula@latest` and that did the trick. Or so I thought. It just got me into another set of failures.
As a note, the keys in the events configuration violate default eslint rules: /* eslint-disable @typescript-eslint/naming-convention */ It might be nice if the schematic block disabled this section. ```typescript export...
I think it has to do with the fact that on web this button will open the menu on _hover_, but on mobile there is no hover state. So, when...
_**This is an Ionic bug that should be fixed now/soon**_ https://github.com/ionic-team/ionic-framework/issues/29072
I need to be able to use vscode on my mac for some projects, on my windows VM for others. My windows VM can handle mapping the keys, but vscode...