About 27,700 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. 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 …

  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. Lifecycle Hooks - ts - GUIDE - Angular

    Angular offers lifecycle hooks that provide visibility into these key life moments and the ability to act when they occur. A directive has the same set of lifecycle hooks, minus the hooks that are …

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

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

  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 …

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

  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.