About 27,600 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 - Example applications

    Aug 14, 2023 · The following is a list of the example applications in the Angular documentation.

  3. Select | Angular Material

    UI component infrastructure and Material Design components for mobile and desktop Angular web applications.

  4. Angular - Introduction to services and dependency injection

    Instead, Angular helps you follow these principles by making it easy to factor your application logic into services. In Angular, dependency injection makes those services available to components.

  5. Angular - ng new

    Creates and initializes a new Angular application that is the default project for a new workspace. Provides interactive prompts for optional configuration, such as adding routing support.

  6. Tutorial: Tour of Heroes - ts - TUTORIAL - Angular

    You'll learn enough core Angular to get started and gain confidence that Angular can do whatever you need it to do. You'll cover a lot of ground at an introductory level, and you'll find many links …

  7. Angular - NgModule

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

  8. Angular - Validating form input

    Angular uses directives to match these attributes with validator functions in the framework. Every time the value of a form control changes, Angular runs validation and generates either a list of …

  9. Angular - Glossary

    Angular extends TypeScript with domain-specific languages for a number of domains relevant to Angular applications, defined in NgModules such as animations, forms, and routing and …

  10. Angular elements overview

    A custom element hosts an Angular component, providing a bridge between the data and logic defined in the component and standard DOM APIs. Component properties and logic maps …