DEV Community

Cover image for Let's check the results: how did the Angular perform in 2019?
Radvila1363
Radvila1363

Posted on

Let's check the results: how did the Angular perform in 2019?

2019 is over. A lot had happened in the JavaScript ecosystem during the year. The web development itself is changing and growing and the popularity of the different JavaScript frameworks is dynamic. One day React is dominating, the other day new player comes to the game (I am pointing my finger to you, Vue.js), and the next day a younger brother conquers his brother (Angular).

Now, when the statistics are clear, everything is counted and saved in the archives of the internet, it’s a great time to review how did the Angular performed in 2019. So how did the Angular did comparing with its “furious rivals” React and Vue?

I’ve put both, Angular and AngularJS, into the comparison

Even though after the end of active development in 2018 AngularJs is slowly becoming a legacy thing, it still has a base of users. Summing up the statistics of both, Angular and AngularJs would be silly, however ignoring the AngularJs would also be unfair. And from the data I am going to analyse, you will see that both of them are being used daily, so I’ve decided to include the data of both of them.

Where did I took the data from? Github, StackOverflow and npm-stat.
For the historical data, I’ve used the good old Web Archive. I’ve tried to find a snapshot from the earliest day of the January of 2019. Sadly, web archive doesn’t do the snapshots every day, so keep in mind that the historical data that I have used is not from the January 1 of 2019. Statistics are not 100 % accurate, however the deviation is not that big.

And for the current data, well, I’ve took the current stats from the mentioned sources. Most of the data was captured on January 1th of 2020.

Github statistics

Let’s start by analysing how did the Angular appeared in the Github. While some of the metrics are not that important to the big picture of Angular, it still says something. The first metric that I am going to compare, is Github watchers. And with the number of watchers, an interesting thing happened. The count decreased by 87 people for Angular and by 175 for AngularJS.

If the trend might be understandable in the AngularJS case, it is very interesting that watchers also decreased for Angular. Having in mind that other JavaScript frameworks like React gained new watchers over the year, it’s pretty weird that Angular did lost some of the watchers.

Number of Angular watchers:

Number of Angular watchers

Number of AngularJs watchers:

Number of AngularJs watchers

Moving one, another metric, that is probably the most interesting of all, is Github stars. And number of stars definitely increased during the year. Stars of Angular increased by 11 782 (26.7% increase), and for the AngularJS, the stars increased by 302 , which is kinda expected.

Here are the Github stars of Angular:

Angular Github stars

And the Github stars of AngularJS:

AngularJS Github stars

More information from Github that indicates what was the development like in 2019. Angular information:

Angular development

Even though AngularJS is an older version of Angular, it still had received new commits in 2019:

AngularJS development

StackOverflow questions

It was a little bit tricky to determine which questions were related to the new Angular, and which one to AngularJS. So the statistics below includes questions related to both, AngularJS and Angular. Here is how much questions were asked in 2019 with a tag of "angular":

Angular questions in StackOverflow

50 490 new questions arised on StackOverflow. It's 34.4 % increase.

NPM downloads

Another metric that is probably closest measure how widely the framework was used among the developers, is number of NPM downloads. Looks like that almost half of the current total NPM downloads, Angular received in 2019:

Angular NPM downloads

Seems that AngularJS had also received a significant number of downloads in 2019:

AngularJS downloads in 2019

Conclusion

In 2019, not only Angular increased by different metrics, but also AngularJS. Even though AngularJS is not being actively developed since 2018, looks like that still many developers are using it.

If you are curious how did the Angular performed comparing to Vue.js and React, check this infographics.

Top comments (0)