guntram

Results 6 comments of guntram

Hi! You can use the git bash to execute "npm start". It should not throw an error on "rm".

Heya! Thanks for the ffaasstt reply :) The last times I used Visual Studio Code for editing. It is set to CRLF, and could also set line breaks as LF....

So, for the colors, the change CRLF to LF (don't know why CRLF is the default, in my IDE I have LF set as the default...) did the trick! The...

I am struggeling with these multiple empty `matTooltips`! It is not reliably reproducable in a simple environment with stackblitz. In one simple component, I got an `Input() boolean`, which changes...

Ok, I got it now :) I guess I tried stuff with `ngZone` in the wrong place! (We are using the eventBus module...) ``` constructor(private ngZone: NgZone) {} this.eventBus.on(Events.STATUS).subscribe((metaData: MetaData)...

"karma-coverage-istanbul-reporter": "~2.0.1" ``` /* istanbul ignore next */ private myFunction() {...} ``` works for me in an angular-cli 8 project... EDIT: oh, sry! i just realized that karma-istanbul refers to...