Angular

Open-source projects categorized as Angular

Top 23 Angular Open-Source Projects

  1. Angular

    Deliver web apps with confidence ๐Ÿš€

    Project mention: Deploying Angular applications to Cloudflare with Void | dev.to | 2026-05-20

    Angular is a web framework for building scalable applications, with a powerful CLI, signals-based reactivity, and a batteries-included approach to routing, forms, and testing.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07

    Storybook is a tool for developing and documenting UI components in isolation. You write stories that render individual components with specific props, and Storybook displays them in a standalone browser environment that is separate from the main application. The v8 release significantly reduced configuration complexity, making it practical to add to an existing project without a major setup investment.

  4. 33-js-concepts

    ๐Ÿ“œ 33 JavaScript concepts every developer should know.

    Project mention: 33-js-concepts VS javascript - a user suggested alternative | libhunt.com/r/33-js-concepts | 2026-01-15
  5. Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

    Project mention: Ng-News 26/01: Ng-Poland Outtakes - Keynote and Q&A | dev.to | 2026-01-12

    But there is a new library, built from the beginning for Signal Forms. Its name is @ng-forge/dynamic-forms. It comes with an integration of common UI libraries: Angular Material, Bootstrap, but also PrimeNG and Ionic.

  6. prettier

    Prettier is an opinionated code formatter.

    Project mention: How to Build a Dependency Map of a Legacy Codebase Using AI Tools | dev.to | 2026-05-09

    137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes.

  7. 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  8. paperless-ngx

    A community-supported supercharged document management system: scan, index and archive all your documents

    Project mention: I Built an Open Source AI Workspace for Paperless-ngx Because I Wanted Document Intelligence | dev.to | 2026-05-08

    And even after organizing everything with tools like Paperless-ngx, I still felt like something was missing.

  9. SheetJS js-xlsx

    ๐Ÿ“— SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: How to Convert Supplier CSVs to Shopify/Amazon/WooCommerce Without Uploading to a Server | dev.to | 2026-06-01

    The decision to process everything in the browser wasn't just about cost savings (zero server bills). It's a privacy feature: supplier inventory data, wholesale prices, and margin calculations never leave the user's machine. Technically, the app uses Papa Parse for CSV and SheetJS for XLSX, both loaded dynamically from CDN. The parsed rows are stored in a simple JavaScript array โ€” no WebAssembly, no worker pool, just plain array operations that complete in under 50ms for typical supplier files.

  10. Wails

    Create beautiful applications using Go

    Project mention: Locked In With AI | dev.to | 2026-04-26

    I take responsibility for my professional directional choices. In 2017 when I joined Oracle's OCI, I was encouraged to learn Go at the time. I looked at some Go code at some of my previous jobs, but never believed in myself that I was capable of self teaching myself Go because I never learned programming from anybody. I taught myself. I probably would have enjoyed myself a lot more at Oracle had I been a Go developer, but at the time, I lacked the ability and I didn't have the confidence to open the text editor and begin writing "package main" knowing that when I would see "package providers" I would know that "main" and "providers" were something. Before AI, I learned Go. By 2019 I was convinced. I started programming in Go and I began contributing professionally. The language didn't click for me until 2022. At that time, I saw how my early days of PHP development actually prepared me well for what Go offered, and how it solved all of the problems I had back then. With a few solid examples, and the fundamentals understood, I was able to begin writing packages first in Go, then I moved onto applications both in the form of cli and interactive web based. I've even built Go applications with wails.

  11. nx

    The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.

    Project mention: Designing for Scale: Repository Structures that Boost Software Development Productivity | dev.to | 2026-05-20

    The solution isn't always a knee-jerk switch to a polyrepo. As radwanalmsora highlighted in the discussion, more often it's about investing in robust tooling for your monorepo. Tools like Bazel, Nx, or Turborepo can build graphs to understand dependencies, ensuring CI only runs affected targets. Combined with CODEOWNERS files, these tools enable even massive monorepos (think Google or Meta scale) to function efficiently. The takeaway for technical leadership: invest in smart tooling early to maintain high software development productivity, rather than letting a lack of structure dictate your repository strategy.

  12. javascript-interview-questions

    List of 1000 JavaScript Interview Questions

  13. angular-cli

    CLI tool for Angular

    Project mention: Angular CLI MCP Server Guide | dev.to | 2025-10-16

    Searches a curated SQLite database of official Angular code examples with emphasis on modern and recently updated features. The examples are maintained in the Angular CLI repository at https://github.com/angular/angular-cli/tree/main/packages/angular/cli/lib/examples. At the time of writing, there is a single @if control flow example available, but we expect the collection to grow significantly for the release of Angular v21.

  14. NativeScript

    โšก Write Native with TypeScript โœจ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love โค๏ธ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.

    Project mention: Top 10 Frameworks for Hybrid Mobile Apps in 2026 | dev.to | 2025-12-19

    NativeScript is a hybrid mobile app framework that allows developers to build truly native iOS and Android apps using JavaScript, TypeScript, or Angular. Unlike frameworks that rely on WebViews, NativeScript provides direct access to native APIs, ensuring apps perform like native applications. It is ideal for developers who want the convenience of JavaScript while leveraging full native functionality.

  15. components

    Component infrastructure and Material Design components for Angular

    Project mention: Better Loading Buttons in Angular Material v22 | dev.to | 2026-05-22

    Angular Material v22 adds a small but surprisingly useful improvement to buttons: built-in progress indicator support. Instead of manually swapping button text with a spinner and dealing with layout jumpiness, we can let the Material button directive manage the loading UI for us. In this post, I'll show you the old manual approach, why it creates a small UX issue, and how Angular Material v22 cleans it up.

  16. javascript-testing-best-practices

    ๐Ÿ“—๐ŸŒ ๐Ÿšข Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2025)

  17. RxDB

    A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

    Project mention: Offline-First Landscape โ€“ 2025 | news.ycombinator.com | 2025-08-29

    Iโ€™m doing offline-first apps at work and want to emphasize that youโ€™re constraining yourself a lot trying to do this.

    As mentioned, everything fast(ish) is using SQLite under the hood. If you donโ€™t already know, SQLite has a limited set of types, and some funky defaults. How are you going to take this loosey-goosey typed data and store it in a backend database when you sync? What about foreign key constraints, etc., can you live without those? Some of the sync solutions donโ€™t support enforcing them on the client.

    Also, the SQLite query planner isnโ€™t great in my experience, even when youโ€™re only joining on ids/indexes.

    Document databases seem more friendly/natural, but as mentioned indexeddb is slow.

    I wish this looked at https://rxdb.info/ more. They have some posts that lead me to believe they have a good grasp on the issues in this space at least

  18. JHipster

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

    Project mention: Renovate & Dependabot: The New Malware Delivery System | dev.to | 2026-05-29

    Even worse, 95 (60%) of those pull requests were merged into the main branch, 50 of them by a bot user, without any user interaction. This led to the malicious package being pushed to production code in less than an hour, as showcased by the jhipster/generator-jhipster repository.

  19. CleanArchitecture

    Clean Architecture Solution Template for ASP.NET Core

    Project mention: Interface definition has never been so important! | dev.to | 2026-03-21

    // https://github.com/jasontaylordev/CleanArchitecture/blob/main/src/Application/Common/Interfaces/IApplicationDbContext.cs public interface IApplicationDbContext { DbSet TodoLists { get; } DbSet TodoItems { get; } Task SaveChangesAsync(CancellationToken cancellationToken); }

  20. sweetalert2

    โœจ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡ช๐Ÿ‡บ

    Project mention: Advanced Alert Dialogs and Modals with SweetAlert2 in React | dev.to | 2026-01-16

    Check the official repository: https://github.com/sweetalert2/sweetalert2

  21. ag-Grid

    The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.

    Project mention: ag-Grid VS Webix Grid - a user suggested alternative | libhunt.com/r/ag-grid | 2026-02-16
  22. OpenProject

    OpenProject is the leading open source project management software.

    Project mention: 10 (or so) Things Youโ€™ll Love about RestlessIDE | dev.to | 2025-07-14

    Anyway, RestlessIDE features OpenProject, a (you guessed it) open-source software package that lets you create and assign tickets, set timelines, build Gantt charts(!), write wiki pages, and manage your projects through whichever strategy works for you. Your whole team on RestlessIDE can log in using the same credentials, and you can configure it to send everyone emails at an alarming rate just like Jira, if you want to.

  23. PeerTube

    ActivityPub-federated video streaming platform using P2P directly in your web browser

    Project mention: PeerTube v8.1 Released | news.ycombinator.com | 2026-03-11
  24. ABP

    Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.

    Project mention: We migrated a .NET app from ABP Framework to Granit without downtime - here's the playbook | dev.to | 2026-05-21

    We just finished moving a 15-module .NET service from ABP Framework to Granit โ€” without a maintenance window, without a code freeze, and without a parallel run-everything-twice phase. The whole thing took about ten weeks running alongside feature work.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Angular discussion

Log in or Post with

Angular related posts

  • Component Party

    1 project | news.ycombinator.com | 5 Jun 2026
  • Notion-Style Block Editor for Any Framework

    1 project | dev.to | 4 Jun 2026
  • Renovate & Dependabot: The New Malware Delivery System

    2 projects | dev.to | 29 May 2026
  • Phantom-UI Creates Structure-Aware Skeleton Loaders from the DOM

    1 project | news.ycombinator.com | 27 May 2026
  • Drive JHipster with your AI agent: introducing jhipster-mcp (v0.0.4)

    3 projects | dev.to | 26 May 2026
  • Better Loading Buttons in Angular Material v22

    1 project | dev.to | 22 May 2026
  • Deploying Angular applications to Cloudflare with Void

    1 project | dev.to | 20 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source Angular projects? This list will help you:

# Project Stars
1 Angular 100,175
2 storybook 90,212
3 33-js-concepts 66,469
4 Ionic Framework 52,521
5 prettier 51,901
6 30-Days-Of-JavaScript 46,418
7 paperless-ngx 41,918
8 SheetJS js-xlsx 36,231
9 Wails 34,620
10 nx 28,826
11 javascript-interview-questions 27,451
12 angular-cli 27,024
13 NativeScript 25,529
14 components 25,030
15 javascript-testing-best-practices 24,601
16 RxDB 23,216
17 JHipster 22,414
18 CleanArchitecture 20,149
19 sweetalert2 18,081
20 ag-Grid 15,370
21 OpenProject 15,243
22 PeerTube 14,749
23 ABP 14,280

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?