Jrubzjeknf

Results 15 comments of Jrubzjeknf

Did you install a highcharts version of 6 or higher?

Do not use require, use @Wandang's solution instead. > `require()` is not advisable for a few reasons. One, it will "break" the effectiveness of tree-shaking in webpack 2 and two,...

We use the regular approach, and it works with aot. Just import and apply the modules. ```typescript // For: regular highcharts. import * as highcharts from 'highcharts/highcharts'; import * as...

Another sufferer from this issue here. At our company we have a central repo where we create npm modules for customer projects. These projects load large parts of their application...

Check discussion https://github.com/angular/angular/discussions/50719, header `switch block `. > #switch has several major benefits over NgSwitch: > > It does not require a container element to hold the condition expression or...