#angular-cli
La CLI de Angular ha gestionado bien TypeScript 6.0 en varios de mis proyectos. Creo que ocurrirá lo mismo con el compilador de TypeScript 7.0.
September 26, 2026 at 6:21 PM
Static #Angular SSR: Nice URLs and good SEO - you can't have both (but here's a fix!)

A builder you can use today, and a PR for the CLI (👍 appreciated):
angular.schule/blog/2026-09...

@angular.dev @fmalcher.de
Static Angular SSR: Nice URLs and good SEO - you can't have both (but here's a fix!)
I love Angular. But when it comes to prerendered static sites, Angular is surprisingly far behind other major frameworks. Astro, Next.js, SvelteKit: they all let you choose how your pages are written to disk. Angular doesn't.
angular.schule
September 26, 2026 at 3:07 PM
Looking for Base UI Angular? It's Ply now.
Free Angular + Tailwind components — copy in or CLI.
ply-ui.com
September 25, 2026 at 1:12 PM
Agents can install free UI too.
Ply’s Angular + Tailwind components are MIT copy-in source — an MCP/CLI agent can run npx ply-ui-cli add button and land the TypeScript + HTML in your repo.
ply-ui.com
#Angular #Tailwind
September 24, 2026 at 11:57 AM
github.com/angular/angu...

- Error boundaries (template + programmatic)
- Route resources
- Permanent hidden fields in sig forms
- STABLE auto cleanup injectors (routes)
- Allow throwing RedirectCommand to trigger redirects
- Opt to catch misspelled output bindings
- Priv props access in templates
Release 22.2.0 · angular/angular
compiler Commit Description allow template to access private props do not encapsulate nested selectors if parent contains ::ng-deep scope nested CSS rules compiler-cli Commit De...
github.com
September 24, 2026 at 1:33 AM
Introducing Angular DevTools 🔥

Inspect components, signals, DI & routes. Runs as an embedded panel, CLI, MCP server, or Chrome extension.

Built with Devframe (devfra.me) together with @erkamyaman_ng

Open source, contributions welcome!

github.com/santoshyada...
September 23, 2026 at 2:00 PM
I built Ply so Angular apps can own their UI.
npx ply-ui-cli add button
The component lands in the repo as TypeScript and HTML. The Tailwind is yours to change.
127 components are free and MIT.
ply-ui.com
#Angular, #Typescript, #front-end
Ply — Tailwind Component Library
Ply — ply-ui.com — is a CLI-first Angular + Tailwind CSS component library with 217 components and blocks (127 MIT at github.com/ply-ui-ng/ply), delivered shadcn-style: npx ply-ui-cli add <name> copie...
ply-ui.com
September 23, 2026 at 9:14 AM
Building accessible tab interfaces in Angular just got simpler 🛠️

Our new guide explores how customizable Angular Aria tabs really are by restyling them with the Google Antigravity AI coding agent - without breaking accessibility.

Read the guide: g.dev/ai/customizi... 📖
Customizing Angular Aria Tabs Quickly with Google Antigravity CLI
The Angular team has called Angular Aria a set of customizable, fully accessible UI patterns. This is a strong claim, but in practice, how…
g.dev
September 16, 2026 at 4:00 PM
¿Rediseño radical de UI tabs sin perder accesibilidad? ¡Sí, es posible! 🚀 Sometimos las pestañas de Angular Aria a un diseño neumórfico complejo con Google Antigravity CLI. ¡Mirá el resultado en 60 segundos! 👇 youtube.com/shorts/iC4rt... #Angular
September 10, 2026 at 5:57 PM
Can you heavily restyle UI tabs without breaking keyboard navigation and accessibility?

We put Angular Aria tabs to the test by applying a complex neumorphic design using Google Antigravity CLI.

⏱️ Watch the 60-second video: youtube.com/shorts/iC4rt...
How customizable are Angular Aria tabs??
Join Mark, a Staff Developer Relations Engineer, as he puts Angular Aria's customizability to the test. He walks you step by step how to transform Angular Aria tabs with a custom neumorphic design without sacrificing base functionality or built-in accessibility. To speed up the heavy lift, Mark uses coding agents in Google Antigravity. #Angular Subscribe to Angular → https://goo.gle/Angular Speaker: Mark Thompson Products Mentioned: Angular, Google Antigravity
youtube.com
September 10, 2026 at 4:00 PM
@angular.dev 22.2 (expected around 23rd of Sept) is going to be quite the minor release

Prereleases:

- (today) Error boundaries (template & programatic)
- (today) Router resources (blocking/nonblock)
- (last week) stabilize auto cleanup injectors

github.com/angular/angu...
Release 22.2.0-next.6 · angular/angular
compiler Commit Description namespace @property declarations compiler-cli Commit Description do not flag callable objects with zero parameters in uninvoked track function check ...
github.com
September 9, 2026 at 10:31 PM
Wrote a guide on deploying Angular SSR on Cloudflare Workers.

Switch to @angular/ssr, set platform: neutral, add a wrangler.jsonc, and deploy. SSR + SSG on the free tier.

santoshyadav.dev/blog/2026-0...
How to Deploy Angular SSR on Cloudflare Workers
A step-by-step guide to creating an Angular SSR application and deploying it to Cloudflare Workers using the Wrangler CLI and GitHub integration.
santoshyadav.dev
September 7, 2026 at 6:30 AM
How to Deploy Angular SSR on Cloudflare Workers - A step-by-step guide covering Wrangler CLI setup, platform neutral builds, prerendering, and GitHub deployment.
How to Deploy Angular SSR on Cloudflare Workers
A step-by-step guide to creating an Angular SSR application and deploying it to Cloudflare Workers using the Wrangler CLI and GitHub integration.
santoshyadav.dev
September 4, 2026 at 4:18 PM
Playwright Angular Schematic update, with support of Playwright's new component testing

github.com/jfgreffier/p...
Release Component Testing · jfgreffier/playwright-ng-schematics
fix: lint 3082875 feat: clearer language and link to examples in component CLI a385f69 docs: component testing 49aad49 feat: generate component story and test 3851ac8 feat: component testing se...
github.com
August 27, 2026 at 11:21 AM
🔖 "perf(@angular/build): use native sass-embedded compiler daemon by alan-agius4 · Pull Request #33935 · angular/angular-cli" https://github.com/angular/angular-cli/pull/33935
August 27, 2026 at 12:10 AM
Migrating tests from Karma/Jasmine to Vitest?

Angular v22 stabilizes migration schematics:
✅ Ready refactor-jasmine-vitest
✅ @angular/build:unit-test builder
✅ Auto-migrate with --fake-async

Speed up pipelines (github.com/angular/angu... & github.com/angular/angu...)
feat(@schematics/angular): add migrate-karma-to-vitest update migration by clydin · Pull Request #32936 · angular/angular-cli
Migrate projects using the Karma unit-test builder to the new @angular/build:unit-test builder with Vitest. This migration automatically updates target builders, translates builder options (such as...
github.com
August 21, 2026 at 4:00 PM
Security first: Angular v22 adds Subresource Integrity (SRI) validation for dynamic modules🔒

The compiler can auto-inject secure SHA-384 hashes into an import map in index.html to protect lazy chunks at runtime.

Enable via --subresource-integrity: github.com/angular/angu...
feat(@angular/build): subresource integrity validation for dynamically loaded modules by IchordeDionysos · Pull Request #33109 · angular/angular-cli
Adds support for verifying the integrity of dynamically loaded sub-resources by generating and pre-pending an import map with integrity hashes in the index.html Closes #30724 PR Checklist Please ch...
github.com
August 19, 2026 at 4:30 PM
A bit of context for an attempt that was limited and ultimately closed before this github.com/angular/angu.... I would be curious for more context though.
feat(compiler-cli): allow accessing private props in template expressions. by JeanMeche · Pull Request #70165 · angular/angular
Typescript allows accessing private properties outside a class with indexed access. By using this trick, the TCB won&#39;t report errors anymore when accessing private properties in templates expr...
github.com
August 15, 2026 at 3:30 AM
📝 Summary:

Angular is a comprehensive web development platform built with TypeScript/JavaScript, offering extensive documentation, tooling, and ecosystem (CLI, Material, SSR, schematics, lazy loading, etc.) to help developers build mobile and desktop web applications. It also provides (1/2)
August 5, 2026 at 10:16 PM
Also, Awsome experience for me to talk about how we can bring AI closer to Angular using the new Angular MCP workflows, all the way from npx @angular/cli mcp to real-world integrations
August 5, 2026 at 5:31 PM
🔖 "feat(@angular/build): migrate Angular Linker to oxc-parser and magic-… · angular/angular-cli@ad82713" https://github.com/angular/angular-cli/commit/ad8271320f67c2b1502e446f1e3cb0a05444d04f
August 5, 2026 at 2:30 PM
Angular apps are rarely “just Angular.” They sit on the CLI, third-party libs, often Nx — and a lockfile that quietly doubles every quarter. Risk lives in transitive packages nobody reviewed last sprint.

Turn “scan regularly” into a pipeline: generate an SBOM, npm audit + ng update --dry-run […]
Original post on mastodon.social
mastodon.social
July 31, 2026 at 10:02 AM
Angular apps sit on CLI + a pile of third-party libs. Real risk often lives in a transitive package, not your component tree.

Pipeline: SBOM every CI run → npm audit + ng update --dry-run → fail on high CVEs → notify Slack/Mastodon.

g.omid.dev/RK3K05K
Dependency Risk, SBOMs, and Automated Security for Angular
Build an SBOM and CI security pipeline for Angular monorepos: npm audit, ng update --dry-run, fail on high-severity CVEs, Dependabot/Snyk, and post summaries to Slack or Mastodon.
g.omid.dev
July 31, 2026 at 10:01 AM