I was also having same error :
ERROR TypeError: HighchartsMore is not a function at _AppComponent.ngAfterViewInit
After updating to this resolves this error :
import * as Highcharts from 'highcharts'; import 'highcharts/highcharts-more';