InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Angular-cli Alternatives
Similar projects and alternatives to angular-cli
-
-
SurveyJS
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.
-
-
-
-
-
Joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
-
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
-
-
-
angular-update-guide
Discontinued An interactive guide to updating the version of Angular in your apps
-
-
-
-
flex-layout
Discontinued Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
angular-cli discussion
angular-cli reviews and mentions
- 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
- A note from our sponsor - InfluxDB www.influxdata.com | 22 Dec 2025
Stats
angular/angular-cli is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of angular-cli is TypeScript.