About 24,800 results
Open links in new tab
  1. Angular - Getting started with Angular

    Feb 28, 2022 · Welcome to Angular! This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog, shopping cart, and check-out …

  2. Core | Angular Material

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

  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. Angular - CLI Overview and Command Reference

    The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.

  5. Angular - Setting up the local environment and workspace

    Feb 28, 2022 · This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, installing the CLI, creating an …

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

  7. Angular components overview

    Although the Angular CLI is the best way to create an Angular component, you can also create a component manually. This section describes how to create the core component file within an …

  8. Angular - RouterLink

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

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

  10. Angular - Structural directives

    This guide is about structural directives and provides conceptual information on how such directives work, how Angular interprets their shorthand syntax, and how to add template guard …