Essentials
An overview of what it's like to use Angular
Angular is a web framework that empowers
developers to build fast, reliable applications that users love.
Angular components make it easy to split your code into well-encapsulated parts.
Our fine-grained reactivity model, combined with compile-time optimizations, simplifies development and helps build faster apps by default.
Angular supports both server-side rendering (SSR) and static site generation (SSG) along with full DOM hydration.
Easily share code across components throughout your entire application.
Provides a feature-rich navigation toolkit, including support for route guards, data resolution, lazy-loading, and much more.
Provides a standardized system for form participation and validation.
Angular CLI gets your project running in under a minute with the commands you need to grow into a deployed production application.
Angular DevTools sits alongside your browser's developer tools. It helps debug and analyze your app, including a component tree inspector, dependency injection tree view, and custom performance profiling flame chart.
Angular CLI's ng update runs automated code transformations that automatically handle routine breaking changes, dramatically simplifying major version updates. Keeping up with the latest version keeps your app as fast and secure as possible.
Angular's IDE language services powers code completion, navigation, refactoring, and real-time diagnostics in your favorite editor.
Every Angular commit is checked against hundreds of thousands of tests in Google's internal code repository, representing countless real-world scenarios.
Angular is committed to stability for some of Google’s largest products, including Google Cloud. This commitment ensures changes are well-tested, backwards compatible, and include migration tools whenever possible.
Angular's predictable, time-based release schedule gives your organization confidence in the stability and backwards compatibility of the framework. Long Term Support (LTS) windows make sure you get critical security fixes when you need them. First-party update tools, guides and automated migration schematics help keep your apps up-to-date with the latest advancements to the framework and the web platform.
Angular's internationalization features handle message translations and formatting, including support for unicode standard ICU syntax.
In collaboration with Google's world-class security engineers, Angular aims to make development safe by default. Built-in security features, including HTML sanitization and trusted type support, help protect your users from common vulnerabilities like cross-site scripting and cross-site request forgery.
Angular CLI includes a fast, modern build pipeline using Vite and ESBuild. Developers report building projects with hundreds of thousands of lines of code in less than a minute.
Large Google products build on top of Angular's architecture and help develop new features that further improve Angular's scalability, from Google Fonts to Google Cloud.
Curious what we’re working on? Every PR and commit is available on our GitHub. Run into an issue or bug? We triage GitHub issues regularly to ensure we’re responsive and engaged with our community, and solving the real world problems you’re facing.
Our team publishes a public roadmap of our current and future work and values your feedback. We publish Request for Comments (RFCs) to collect feedback on larger feature changes and ensure the community voice is heard while shaping the future direction of Angular.
Our community is composed of talented developers, writers, instructors, podcasters, and more. The Google for Developers library is just a sample of the high quality resources available for new and experienced developers to continue developing.
We are thankful for the open source contributors who make Angular a better framework for everyone. From fixing a typo in the docs, to adding major features, we encourage anyone interested to get started on our GitHub.
Our team partners with individuals, educators, and enterprises to ensure we consistently are supporting developers. Angular Google Developer Experts (GDEs) represent community leaders around the world educating, organizing, and developing with Angular. Enterprise partnerships help ensure that Angular scales well for technology industry leaders.
Angular partners closely with other Google technologies and teams to improve the web.
Our ongoing partnership with Chrome’s Aurora actively explores improvements to user experience across the web, developing built-in performance optimizations like NgOptimizedImage and improvements to Angular’s Core Web Vitals.
We are also working with Firebase, Tensorflow, Flutter, Material Design, and Google Cloud to ensure we provide meaningful integrations across the developer workflow.