angular-cli
CLI tool for Angular (by angular)
single-spa
The router for easy microfrontends (by single-spa)
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
| angular-cli | single-spa | |
|---|---|---|
| 98 | 55 | |
| 27,025 | 13,820 | |
| 0.0% | 0.3% | |
| 9.9 | 3.3 | |
| 3 days ago | 3 months ago | |
| TypeScript | JavaScript | |
| MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
angular-cli
Posts with mentions or reviews of angular-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-10-16.
- Angular CLI MCP Server Guide
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.
- Ng-News 25/41: Future Testing Framework: Vitest or Jest?
GitHub Commit along short explanation: https://github.com/angular/angular-cli/commit/58474ec7dd85fc34639c138d9b8d545affb50e3e
- Ng-News 25/29: PrimeNgx, Stable Zoneless, Native Animations
- Ng-News 25/14: Selectorless PR
[x] https://github.com/angular/angular-cli/pull/28405 / https://github.com/angular/angular/issues/58123
- Disciplinr: AI Habit Assistant & Productivity Tracker
This project was generated using Angular CLI version 19.0.7.
- Custom builder for Angular: My way
Shame on me, I didn't know that Node.js can't load modules via HTTP. So I had to find a workaround. Node.js supports hooks for loading modules, and this is already at the release candidate stage. Angular 19 even uses this method to generate the manifest file. Wrote an quick and dirty code which worked. Created an issue, suggested a pull request with POC, but there was no response. What's left? Make your own solution.
- The Missing Ingredient for Angular Template Code Coverage and Future-Proof Testing
There are open PRs for Karma and Jest Experimental Builder to support AOT.
- Initializing a Project with Any Git Repository - Code Recycle
module.exports = async (util, rule, host, injector) => { let list = await util.changeList([ { type: 'copy', source: 'git', from: { url: 'https://github.com/angular/angular-cli.git', match: '/packages/schematics/angular/directive/files', output: '/packages/schematics/angular/directive/files', }, pathTemplate: '@angular-devkit', contentTemplate: '@angular-devkit', pathTemplateSuffix: '.template', templateContext: { name: 'hello', standalone: true, selector: 'hello', 'if-flat': (input) => '' }, to: './hello-directive' }, ]); await util.updateChangeList(list); };
- The State of Angular SSR Deployment in 2024
Well, scream though I have, the Angular team desperately needs to Remove NodeJS Dependencies, as it has already fallen behind from all frameworks concerning deployment. I'm still waiting for the response on this... 🦗 🦗 🦗 🦗
- Master Angular 17.1 and 17.2
PR: feat(@angular-devkit/build-angular): add define build option to application builder
single-spa
Posts with mentions or reviews of single-spa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-15.
- Draw a fish and watch it swim
- Single-SPA: Use multiple frameworks in a single-page application
- Custom builder for Angular: My way
Micro-frontend has always aroused my curiosity: I wanted to understand how they work, how to build them, what their pros and cons are. In 2018, inspired by this topic, I tried to build something similar to single-spa in one of the pet projects. At that time, there was no Webpack Module Federation (WMF), and Webpack itself seemed inconvenient. The choice fell on ESBuild and importmap. Browser support for importmap at the time was mostly on paper or with special flags in browsers. For this reason, I used a polyfill. But, surprisingly, everything worked and even in several projects.
- Microfrontends a Developer's Guide: Tools, Technologies, and Step-by-Step Setup
We will cover some of the popular frameworks and libraries available, and guide you through setting up a microfrontend architecture using Single-Spa.
- Microfrontends a Developer's Guide: Advantages and Disadvantages
In the next article, we will explore the tools and technologies for building microfrontends, including a step-by-step guide to setting up a microfrontend architecture using Single-Spa.
- Tools and libraries widely used in micro frontend architectures!
Official Website
- Managing View State and Client-side Routing in SPAs
At JupiterOne, we've made a significant transition from a monolithic frontend to a distributed frontend architecture using microfrontends, powered by (single-spa-react)[https://single-spa.js.org/]. This architectural shift has brought many benefits, such as lazy loading sections of the app and accelerating our development cycle. However, like any significant change, it has also come with its set of challenges.
- Micro frontend frameworks in 2024
Single-SPA Framework - One of the most popular choices. It has a large community behind it and offers robust routing and lifecycle management for microapps. Ref - https://single-spa.js.org/
- ⏰ It’s time to talk about Import Map, Micro Frontend, and Nx Monorepo
Joel Denning is the visionary behind single-spa, boasting profound insights into the true mechanics of the web and is, in my view, a pioneer in micro frontend architecture. I highly recommend checking the single-spa website and his YouTube channel. While the videos might appear dated at first glance, rest assured, Joel is ahead of his time, and the content remains incredibly relevant today.
- Single-SPA and Svelte advices.
You got me curious and I found that single spa is something new to me - if I read https://github.com/single-spa/single-spa then I reckon you can use Svelte(Kit) in such framework - like you can use angular etc
What are some alternatives?
When comparing angular-cli and single-spa you can also consider the following projects:
taro - 开放式跨端跨框架解决方案,支持使用 React/Vue 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
qiankun - 📦 🚀 Blazing fast, simple and complete solution for micro frontends.
BunkerWeb - 🛡️ Open-source and next-generation Web Application Firewall (WAF)
piral - 🚀 Framework for next generation web apps using micro frontends. ⭐️ Star to support our work!
ng-packagr - Compile and package Angular libraries in Angular Package Format (APF)
Bit - AI-powered development workspaces with reusable components, architectural clarity and zero overhead.
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured