Dmitry A. Efimenko

Results 37 comments of Dmitry A. Efimenko

Also looking forward to this feature.

hi, hope this could be merged some time soon. Also, just FYI, I didn't change anything in regards to the versioning. I'm not sure who's supposed to do that and...

I used it in a [gulpfile here](https://github.com/DmitryEfimenko/ng-boilerplate/blob/master/gulpfile.js#L208-L214) where I'm attaching converted html to the javascript file. You are right in that extracting this functionality in a separate module would work...

will this be merged? I mean, there really are no breaking changes.

Having the same issue in Angular 8. It does complain about CORS: > Access to XMLHttpRequest at 'webpack:///polyfills.js' from origin 'http://localhost:4200' has been blocked by CORS policy > ERROR Error:...

@derekriemer killing (I assume you mean deleting node from the DOM) a live region does not interrupt the message in NVDA. This is still an issue. It's been 6 years.

the workaround by @kallebjork did not work for me, but it gave me an idea how to solve this. Here's what I had done: ```ts const els = this.chart.nativeElement.querySelectorAll('[ngx-charts-bar]'); els.forEach(el...

so, the `reset` api is added to the `ResizeSensor`. However, there's no easy way to reset all these elements using `ElementQueries`. I can submit a PR fixing this. Once that...