Skip to content

Commit e00fe87

Browse files
2025-06-aio-resources: "Miss the old angular.io/resources? We brought it back!" (#27)
* WIP * WIP * Update blog/2025-06-aio-resources/README.md * header * final
1 parent f56c2a5 commit e00fe87

File tree

2 files changed

+239
-0
lines changed

2 files changed

+239
-0
lines changed
Lines changed: 239 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,239 @@
1+
---
2+
title: "Miss the old angular.io/resources? We brought it back!"
3+
author: Johannes Hoppe
4+
5+
published: 2025-06-20
6+
keywords:
7+
- Angular
8+
- angular.io
9+
- angular.dev
10+
- aio
11+
- marketing
12+
- resources
13+
- resources.json
14+
language: en
15+
header: header-aio-resources.png
16+
---
17+
18+
**The old list of valuable resources from angular.io is gone. Here you can find a mirror.**
19+
20+
<hr>
21+
22+
# What happened to the Angular Resources?
23+
24+
With the move from the old `angular.io` website to the new site at [angular.dev](https://angular.dev), not everything made the jump.
25+
One particular gem that's now missing: the official list of Angular resources.
26+
27+
Remember this one?
28+
29+
[The Angular Resources page on archive.org](https://web.archive.org/web/20240509213230/https://angular.io/resources)
30+
31+
This page used to provide a fantastic overview of UI component libraries, data management tools, IDEs, and other helpful Angular tooling.
32+
But soon after the release of Angular 18, this curated list of Angular resources was completely gone.
33+
[This is the last version](https://github.com/angular/angular/blob/18.0.3/aio/content/marketing/resources.json), before the complete folder was erased.
34+
35+
## What now? 🤷
36+
37+
With the official angular.io resources page gone, navigating the ecosystem just got trickier.
38+
New developers might wonder, "Which UI library should I use?" or "What are my options for state management?"
39+
This gap leaves everyone searching for reliable recommendations without an official starting point.
40+
41+
So we thought:
42+
> _Let's preserve the last state of the angular.io/resources page, right here on our blog!_ 😎
43+
44+
45+
## Angular Resources Mirror
46+
47+
For now, we've decided to bring back only the "UI Components" and "Data Libraries" sections.
48+
Those are the ones we've referenced most often in our own [Angular workshops](https://angular.schule/).
49+
But referring to an archive.org link isn't cool!
50+
51+
Without further ado, here's the good old list for you!
52+
(We've restored the list and updated a few links for accuracy.)
53+
54+
### Data Libraries
55+
56+
* [**Akita** (deprecated, replaced by Elf)](https://github.com/salesforce/akita)
57+
Akita is a state management pattern, built on top of RxJS, which takes the idea of multiple data stores from Flux and the immutable updates from Redux, along with the concept of streaming data, to create the Observable Data Store model.
58+
59+
* [**Angular Fire**](https://github.com/angular/angularfire)
60+
The official library for Firebase and Angular
61+
62+
* [**Apollo**](https://www.apollographql.com/docs/angular/)
63+
Apollo is a data stack for modern apps, built with GraphQL.
64+
65+
* [**ButterCMS**](https://buttercms.com/docs/api-client/angular)
66+
ButterCMS is a headless CMS that lets you manage content using our dashboard and integrate it into your Angular Application.
67+
68+
* [**Elf**](https://ngneat.github.io/elf/)
69+
A Reactive Store with Magical Powers
70+
71+
* [**Formly**](https://formly.dev)
72+
Formly is a dynamic (JSON powered) form library, built on top of Angular Reactive Forms.
73+
74+
* [**Meteor**](https://github.com/urigo/angular-meteor)
75+
Use Angular and Meteor to build full-stack JavaScript apps for Mobile and Desktop.
76+
77+
* [**ngrx**](https://ngrx.io/)
78+
Reactive Extensions for Angular
79+
80+
* [**ngx-api-utils**](https://github.com/ngx-api-utils/ngx-api-utils)
81+
ngx-api-utils is a lean library of utilities and helpers to quickly integrate any HTTP API (REST, Ajax, and any other) with Angular.
82+
83+
* [**NGXS**](https://www.ngxs.io/)
84+
NGXS is a state management pattern + library for Angular. NGXS is modeled after the CQRS pattern popularly implemented in libraries like Redux and NgRx but reduces boilerplate by using modern TypeScript features such as classes and decorators.
85+
86+
* [**rx-angular**](https://rx-angular.io)
87+
RxAngular is a reactive library that provides extensions for developing high performant and scalable applications. It addresses the issues of local state management, rendering performance, and reactive architecture.
88+
89+
* [**RxWeb**](https://www.rxweb.io)
90+
An Open-Source Architecture for Web Applications in Angular & .Net Core
91+
92+
93+
### UI Components
94+
95+
* [**ag-Grid**](https://www.ag-grid.com/best-angular-2-data-grid/)
96+
A datagrid for Angular with enterprise style features such as sorting, filtering, custom rendering, editing, grouping, aggregation and pivoting.
97+
98+
* [**Alyle UI**](https://alyle-ui.firebaseapp.com/)
99+
Minimal Design, a set of components for Angular.
100+
101+
* [**Amexio - Angular Extensions**](https://amexio.tech/)
102+
Amexio is a rich set of Angular components powered by HTML5 & CSS3 for Responsive Web Design and 80+ built-in Material Design Themes.<!-- Amexio has 3 Editions, Standard, Enterprise and Creative. Std Edition consists of basic UI Components which include Grid, Tabs, Form Inputs and so on. While Enterprise Edition consists of components like Calendar, Tree Tabs, Social Media Logins (Facebook, GitHub, Twitter and so on) and Creative Edition is focused building elegant and beautiful websites. With more than 200+ components/features. All the editions are open-sourced and free, based on Apache 2 License.-->
103+
104+
* [**Angular & Material Design 2.0 for Bootstrap 5**](https://mdbootstrap.com/docs/b5/angular/)
105+
Free components, templates & plugins for the latest Bootstrap 5 styled in accordance with Material Design 2.0 (guidelines introduced in 2020).
106+
107+
* [**Angular & Material Design for Bootstrap 4**](https://mdbootstrap.com/docs/angular/)
108+
Free components, templates & plugins for the latest Bootstrap 4 styled in accordance with Material Design (guidelines introduced in 2015).
109+
110+
* [**Angular Gantt Chart Component**](https://github.com/worktile/ngx-gantt)
111+
A modern and powerful gantt chart component for Angular.
112+
113+
* [**Angular Material**](https://material.angular.dev/)
114+
Material Design components for Angular.
115+
116+
* [**Angular UI Toolkit**](https://www.angular-ui-tools.com)
117+
Angular UI Toolkit: 115 professionally maintained UI components ranging from a robust grid to charts and more. Try for free & build Angular apps faster.
118+
119+
* [**Angular-Slickgrid**](https://github.com/ghiscoding/Angular-Slickgrid)
120+
Angular-SlickGrid is a wrapper of the lightning fast & customizable SlickGrid datagrid library with Bootstrap 3,4 themes.
121+
122+
* [**Ant Design Mobile of Angular (ng-zorro-antd-mobile)**](http://ng.mobile.ant.design/#/docs/introduce/en)
123+
A set of enterprise-class mobile UI components based on Ant Design Mobile and Angular.
124+
125+
* [**Ant Design of Angular (ng-zorro-antd)**](https://ng.ant.design/docs/introduce/en)
126+
A set of enterprise-class UI components based on Ant Design and Angular.
127+
128+
<!-- * [**Awade Jigsaw (Chinese)**](https://jigsaw-zte.gitee.io)
129+
Jigsaw provides a set of web components based on Angular. It is supporting the development of all applications of Big Data Product of ZTE (https://www.zte.com.cn). -->
130+
131+
* [**Blox Material**](https://github.com/src-zone/material)
132+
A lightweight Material Design library for Angular, based upon Google's Material Components for the Web.
133+
134+
* [**Carbon Components Angular**](https://angular.carbondesignsystem.com/)
135+
An Angular implementation of the Carbon Design System for IBM.
136+
137+
* [**Clarity Design System**](https://vmware.github.io/clarity/)
138+
UX guidelines, HTML/CSS framework, and Angular components working together to craft exceptional experiences.
139+
140+
* [**CoreUI for Angular**](https://coreui.io/angular)
141+
Open Source UI Components library for creating modern, beautiful, and responsive applications in half the time with high-performing and easy-to-customize UI components.
142+
143+
* [**DevExtreme**](https://js.devexpress.com/Angular/)
144+
50+ UI components including data grid, pivot grid, scheduler, charts, editors, maps and other multi-purpose controls for creating highly responsive web applications for touch devices and traditional desktops.
145+
146+
* [**Syncfusion Angular UI components** (formerly known as **Essential JS 2**)](https://www.syncfusion.com/angular-components)
147+
The Syncfusion Angular UI components library is the only suite that you will ever need to build an application since it contains over 90 high-performance, lightweight, modular, and responsive UI components in a single package.
148+
<!-- Essential JS 2 for Angular is a collection modern TypeScript based true Angular Components. It has support for Ahead Of Time (AOT) compilation and Tree-Shaking. All the components are developed from the ground up to be lightweight, responsive, modular and touch friendly. -->
149+
150+
* [**FancyGrid**](https://fancygrid.com/docs/getting-started/angular)
151+
Angular grid library with charts integration and server communication for Enterprise.
152+
153+
* [**Flowbite**](https://flowbite.com/docs/getting-started/angular/)
154+
Open-source UI component library built with the utility-classes from Tailwind CSS and with official support for Angular.
155+
156+
* [**Ignite UI for Angular**](https://www.infragistics.com/products/ignite-ui-angular)
157+
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps.
158+
159+
* [**jQWidgets**](https://www.jqwidgets.com/angular/)
160+
Angular UI Components including data grid, tree grid, pivot grid, scheduler, charts, editors and other multi-purpose components.
161+
162+
* [**Kendo UI**](https://www.telerik.com/kendo-angular-ui)
163+
A professional grade library of Angular UI components written in TypeScript that includes our Data Grid, TreeView, Charts, Editors, DropDowns, DatePickers, and many more. Features include support for AOT compilation, Tree Shaking for high-performance, localization, and accessibility.
164+
165+
* [**Material Community Components**](https://github.com/tiaguinho/material-community-components)
166+
Material components made by the community that includes Color Picker, Timer Picker, Speed Dial and Scrollspy.
167+
168+
* [**material-dayjs-adapter**](https://www.npmjs.com/package/@tabuckner/material-dayjs-adapter)
169+
A DayJS implementation of @angular/material's DateAdapter that results in smaller bundle sizes than its MomentJS counterpart.
170+
171+
* [**Mosaic - Angular UI Components**](https://github.com/positive-js/mosaic)
172+
Positive Technologies UI components based on Angular.
173+
174+
* [**Nebular**](https://akveo.github.io/nebular/)
175+
Theme System, UI Components, Auth and Security for your next Angular application.
176+
177+
* [**ng-bootstrap**](https://ng-bootstrap.github.io/)
178+
The Angular version of the Angular UI Bootstrap library. This library is being built from scratch in Typescript using the Bootstrap 4 CSS framework.
179+
180+
* [**ng-lightning**](https://ng-lightning.github.io/ng-lightning/)
181+
Native Angular components & directives for Lightning Design System.
182+
183+
* [**NGX Cookie Service**](https://github.com/stevermeister/ngx-cookie-service)
184+
NGX Cookie Service is an Angular Library that can be used to read, set and delete browser cookies.
185+
186+
* [**NGX Skeleton Loader**](https://www.npmjs.com/package/ngx-skeleton-loader)
187+
NGX Skeleton Loader is a lightweight and A11Y friendly solution for blazing fast loading skeletons that automatically adapt to your Angular apps.
188+
189+
* [**ngx-bootstrap**](https://valor-software.com/ngx-bootstrap/)
190+
Native Angular directives for Bootstrap.
191+
192+
* [**ngx-smart-modal**](https://maximelafarie.com/ngx-smart-modal/#/)
193+
Angular smart, light and fast modal handler to manage modals and data everywhere.
194+
195+
* [**NGX-YOUI**](https://ngx-youi.github.io/NGX-YOUI/)
196+
NGX-YOUI is an Angular UI Library that can be highly customized with content and styles. You can easily integrate with other CSS frameworks and UI Library, such as Tailwind, Bootstrap, PrimeNG, Angular Material etc.
197+
198+
* [**Onsen UI**](https://onsen.io/)
199+
UI components for hybrid mobile apps with bindings for both Angular & AngularJS.
200+
201+
* [**PO UI**](https://po-ui.io)
202+
PO UI, Brazilian UI Components, focused on ease and productivity to Angular applications.
203+
204+
* [**Prime Faces**](https://www.primefaces.org/primeng/)
205+
PrimeNG is a collection of rich UI components for Angular.
206+
207+
<!-- * [**Sencha for Angular**](https://www.sencha.com/products/extangular/)
208+
Build modern web apps faster with 115+ pre-built UI components. Try for free and download today. -->
209+
210+
* [**Simple Quality UI**](https://sq-ui.github.io/ng-sq-ui/#/)
211+
Simple Quality UI (SQ-UI) is a flexible and easily customizable UI-kit, aiming to provide maximum efficiency with as little overhead as possible. Driven by the idea that it should be strictly "for developers by developers", every new feature release includes functionalities demanded by the developers who are using it.
212+
213+
* [**Smart Web Components**](https://www.htmlelements.com/angular/)
214+
Web Components for Angular. Dependency-free Angular components for building modern and mobile-friendly web apps.
215+
216+
* [**Taiga UI**](https://taiga-ui.dev)
217+
Taiga UI is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons. We have 130+ components, 100+ directives, dozens of tokens, utils and tools. They are easily customizable and well engineered.
218+
219+
* [**Truly UI**](https://truly-ui.com/)
220+
TrulyUI is an Angular UI Framework especially developed for Desktop Applications based on Web Components using the greatest technologies of the world.
221+
222+
* [**Vaadin**](https://vaadin.com/elements)
223+
Material design inspired UI components for building great web apps. For mobile and desktop.
224+
225+
* [**Wijmo**](https://www.grapecity.com/wijmo)
226+
High-performance UI controls with the most complete Angular support available. Wijmo’s controls are all written in TypeScript and have zero dependencies. FlexGrid control includes full declarative markup, including cell templates.
227+
228+
229+
230+
## Want to add your resource?
231+
232+
If you're maintaining an Angular library and think it belongs here, just send a [PR](https://github.com/angular-schule/website-articles/blob/main/blog/2025-06-2025-06-aio-resources/README.md).
233+
We're happy to grow this list again, together with the community.
234+
235+
Also, if you're missing another section, just ping us.
236+
237+
<hr>
238+
239+
<small>Many thanks to Ferdinand Malcher for the review.</small>
107 KB
Loading

0 commit comments

Comments
 (0)