About 400 results
Open links in new tab
  1. Angular - ng build

    The command can be used to build a project of type "application" or "library". When used to build a library, a different builder is invoked, and only the ts-config, configuration, and watch options are …

  2. Build your first Angular app

    Jul 12, 2023 · This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular. You can do as many or as few as you would like and you can do them in any …

  3. Angular - Create a new project

    Aug 30, 2023 · Use the ng new command to start creating your Tour of Heroes application. Please note: Starting in Angular version 17 new projects will be standalone by default. To create a project with …

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

  5. Angular - Deployment

    Feb 28, 2022 · When you are ready to deploy your Angular application to a remote server, you have various options for deployment.

  6. Angular - Deploying an application

    Sep 15, 2021 · In this tutorial, you've laid the foundation to explore the Angular world in areas such as mobile development, UX/UI development, and server-side rendering. You can go deeper by studying …

  7. Angular - Building and serving Angular apps

    You can define different named build configurations for your project, such as development and staging, with different defaults. Each named configuration can have defaults for any of the options that apply …

  8. Getting started with the Angular CLI's new build system

    This new build system is stable and fully supported for use with Angular applications. You can migrate to the new build system with applications that use the browser builder.

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

  10. 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 initial …