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
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
-
-
-
Joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
-
-
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.
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
-
-
-
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
-
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
-
Replacing Angular Universal with SSR version 17.0
The new ssr CommonEngine source code
-
Trying to upgrade to angular 16. How to fix these errors ?
Source: https://github.com/angular/angular-cli/issues/25134
-
Issue after upgrading to Angular 15
I'm not sure how to solve this but here's something that looks similar to your issue - https://github.com/angular/angular-cli/issues/24373
-
A note from our sponsor - InfluxDB
www.influxdata.com | 16 May 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.