About 22,500 results
Open links in new tab
  1. Introduction to Angular concepts

    Sep 25, 2023 · Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript. It implements core and optional …

  2. Documentation Overview - ts - GUIDE - Angular

    Reference pages The Cheat Sheet lists Angular syntax for common scenarios. The Glossary defines terms that Angular developers should know. The Change Log announces what's new …

  3. 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.

  4. Core | Angular Material

    The @angular/material/core package contains common components and services used by multiple other components in the library. See the API tab for a listing of components and …

  5. Angular - Validating form input

    By default, Angular disables native HTML form validation by adding the novalidate attribute on the enclosing <form> and uses directives to match these attributes with validator functions in the …

  6. Angular - NgFor

    When using the shorthand syntax, Angular allows only one structural directive on an element. If you want to iterate conditionally, for example, put the * ngIf on a container element that wraps …

  7. Angular - Property binding

    Property binding in Angular helps you set values for properties of HTML elements or directives. Use property binding to do things such as toggle button features, set paths programmatically, …

  8. Testing - ts - GUIDE - Angular

    The Angular testing utilities include the TestBed class and several helper functions from @angular/core/testing. They are the main focus of this guide and you'll learn about them when …

  9. 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 …

  10. Deployment - ts - GUIDE - Angular

    The Angular webpack guide can get you started and this page provides additional optimization advice, but you'll probably have to learn more about webpack on your own. The Angular …