About 29,500 results
Open links in new tab
  1. Angular - Introduction to the Angular docs

    These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page applications for enterprises.

  2. Angular developer guides

    The Angular libraries include routing, forms management, client-server communication, and more. This topic lists the various developer guides for you to learn more about these Angular features and to …

  3. Documentation Overview - ts - GUIDE - Angular

    Angular is a development platform for building mobile and desktop web applications

  4. Angular - ng generate

    This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  5. Angular - Deployment

    When you are ready to deploy your Angular application to a remote server, you have various options for deployment.

  6. Angular - Lesson 1: Hello world

    This first lesson serves as the starting point from which each lesson in this tutorial adds new features to build a complete Angular app. In this lesson, we'll update the application to display the famous text, …

  7. Angular - Keeping your Angular projects up-to-date

    This document contains information and resources to help you keep your Angular applications and libraries up-to-date. For information about our versioning policy and practices —including support …

  8. Introduction to forms in Angular

    Angular provides two different approaches to handling user input through forms: reactive and template-driven. Both capture user input events from the view, validate the user input, create a form model …

  9. Angular - NgModule

    This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  10. Angular - Component styles

    Angular applications are styled with standard CSS. That means you can apply everything you know about CSS stylesheets, selectors, rules, and media queries directly to Angular applications.