Home >Web Front-end >JS Tutorial >7 Angular front-end component libraries worth trying in 2021, come and collect them!
Angular is a front-end framework that can span multiple platforms of Web, mobile Web, mobile applications, native applications and desktop native applications. After decades of development With the development, a huge ecosystem has been formed, and there are countless component libraries based on Angular.
If you want to try the Angular framework in 2021, the following Angular component libraries may be a good choice!
The first thing to recommend is, of course, Angular’s official Material component library, Material Design is a design system of Google.
Based on this design system, both the official and the community provide various component libraries, including the Web side (Angular/React/Vue ), there are also mobile versions (Android/iOS/Flutter).
Among them, the Angular version of the Material component library is now the official component library designated by Angular, so it has a very large audience. Whether it is the number of Stars/Forks on Github or the weekly downloads on NPM, it is TOP 1 of. [Related recommendations: "angular Tutorial"]
The following is the data on April 19, 2021:
Value | |
---|---|
21.4k | |
5.7k | |
891,480 |
The first Alpha version based on Angular 2 was released as early as March 2016: 2.0.0-alpha.0, which evolved over a year. However, the official version of 2.0 has not been released for a long time. It was not until December of the following year that the official version of 5.0.0
based on Angular 5 was released. However, Material Design for Angular is not the earliest Angular component library. PrimeNG, which we will introduce later, was born earlier than it, but Material is undoubtedly the most popular and popular.
2. NG/NGX Bootstrap
Bootstrapis an open source toolkit launched by Twitter for front-end development. It is also very Popular HTML/CSS/JS framework for developing responsive, mobile-first web applications. How popular is it? We will know just by looking at a set of data.
Star number | |||||||
---|---|---|---|---|---|---|---|
182k | |||||||
167k | |||||||
149k | |||||||
72.5k |
Indicators | NG Bootstrap | NGX Bootstrap |
---|---|---|
Star | 7.7k | 5.3 k |
Fork | 1.4k | 1.7k |
NPM Weekly Download | 386,485 | 235,662 |
NG Bootstrap | NGX Bootstrap | |
---|---|---|
1.0.0-alpha.0 July 2016 | 1.0.1-beta.2 January 2016 | |
1.0.0 January 2018 | 1.0.4 February 2016 |
Ant Design design systemNG ZorroComponent library.
Ant Design is a design language of Ant Financial. After years of iteration and accumulation, its UI design ideas have become a set of de facto standards and are sought after and loved by many front-end developers and enterprises. , is also a magic weapon in the hands of React developers. As the Angular implementation of Ant Design, NG Zorro not only inherits the unique ideas and ultimate experience of Ant Design, but also combines the advantages and features of the Angular framework. The style of the component is kept in sync with the latest version of Ant Design, and the interface of the component is also kept consistent with the React version of Ant Design. It is said that Zorro is the most popular Angular component library in China, I believe no one will object. In August 2017, Zorro officiallyopen source and released the first version: 0.5.0-rc.0. After a year of evolution, it was released on the second Version 1.0 was released in June.
Value | |||||||
---|---|---|---|---|---|---|---|
7.4k | |||||||
2.6k | |||||||
35,941 |
Value | |
---|---|
7k | |
2.6k | |
17,037 |
What I recommend next
PrimeNGis also a foreign Angular component library. This is an old Angular component library. The first version was released in February 2016, which was earlier than the official Material. PrimeNG has very rich components, with a total of 90 components. It may be the most comprehensive Angular component library currently on the market.
The following is the data of PrimeNG:
Value | |
---|---|
6.7k | |
3.3k | |
260,712 |
Clarity
is also an Angular component library with its own design system, based on theClarity Design design language. This has the same name as Teambition’s Clarity Design, but it is from a different company. of different products, do not confuse them.
6.2k | Fork | ||||||
NPM Weekly Download | |||||||
18,014 |
Indicator | Value |
---|---|
Star | 638 |
Fork | 106 |
For more programming related knowledge, please visit:programming video! !
The above is the detailed content of 7 Angular front-end component libraries worth trying in 2021, come and collect them!. For more information, please follow other related articles on the PHP Chinese website!