I've been attempting to integrate d3 and d3-cloud (for word cloud) into my AngularJs(v - 1.4) app by using:
import d3 from 'd3'
import d3Cloud from 'd3-cloud'.
However, when trying to use d3-cloud with d3.layout.cloud(), I encounter the following error message:
_d2.default.layout.cloud is not a function