Attila Csanyi

Results 18 comments of Attila Csanyi

Hi Guys, I just always use `$rootScope` in the controllers during inject instead of `$scope`. Several places in hottowel `*.spec.js` files you can see this line `scope = $rootScope;` So...

Any update on this? Thanks @viralchauhan

For me the issue was solved with the following marker plot settings @viralchauhan @cebor : ``` plotOptions: { heatmap: { // Markers were turned off in my case in plotOptions.series,...

Managed to add event handlers above like this: ``` chart = new Chart({ chart: { type: 'line' }, title: { text: 'Linechart' }, credits: { enabled: false }, plotOptions :...

@qasimraza1979 you need to call `update(options: ChartOptions, redraw?: boolean)` method of the `chartObject` following [this](https://github.com/gevgeny/angular2-highcharts#dynamic-interaction-with-chart-object) instead of the `chart.redraw`.

@mp3por just remove the comments in `SharedModule` so import and also export `ChartModule` from SharedModule, thats it.

Hi guys I also have a **lazy loaded angular module** and using this extension with `@ngrx/devtools` and `StoreDevtoolsModule.instrumentOnlyWithExtension()`. **Issue:** None of the actions of the lazy loaded module are visible...

I reported in an already closed ticket since [May 2021](https://github.com/prettier/prettier/issues/2482#issuecomment-836690835), thanks for helping.

We are using `pnpm` hence only `pnpm-lock.yml` is exists. How then `package-lock.json` will be generated which seems a requirement? 🤔 _Thanks for any suggestion how to solve it if `pnpm`...

When the [`v1.1.24` milestone](https://github.com/compodoc/compodoc/milestone/39?closed=1) will be released @vogloblinsky ? Thank you so much.