About 27,900 results
Open links in new tab
  1. Angular - What is Angular?

    With Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications. Best of all, the Angular ecosystem consists of a diverse group of over …

  2. 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 functionality …

  3. Angular - Example applications

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

  4. Angular - Building and serving Angular apps

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

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

  6. One framework. - Angular

    Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.

  7. Angular - Understanding binding

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

  8. Angular versioning and releases

    May 4, 2018 · Angular is a collection of many packages, subprojects, and tools. To prevent accidental use of private APIs and so that you can clearly understand what is covered by the practices …

  9. Sharing data between child and parent directives and components

    A common pattern in Angular is sharing data between a parent component and one or more child components. Implement this pattern with the @ Input () and @ Output () decorators.

  10. Angular - NgModule

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