In this article, we’ll learn how to generate a Word Cloud in Angular. But first of all, we need to know what is the Word Cloud. Word Cloud: It’s a visual representation of the words used in a particular piece of text, with the size of each word indicating its relative frequency in the text. In our example, we take one a string(text) we find the frequency of the word in the string then we put in the Word Cloud. Let’s draw the Word Cloud for that first we need to install highchart in our applications npm install highcharts --save











