enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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 workspace and starter app, and running that app locally to verify your setup.

  3. 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. Installing Angular CLIlink. Major versions of Angular CLI follow the supported major version of Angular, but minor versions can be released separately.

  4. Angular

    angular.io/cli/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. All prompts can safely be allowed to default.

  5. Angular - ng version

    angular.io/cli/version

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

  6. Update Angular to v16

    angular.io/guide/update-to-version-16

    The information in the Angular Update Guide and this topic is summarized from these changelogs: angular/angular changelog. angular/angular-cli changelog. angular/components changelog. Information about updating Angular applications to v15 is archived at Update to version 15.

  7. Angular

    angular.io/cli/build

    The application builder uses the esbuild build tool, with default configuration options specified in the workspace configuration file (angular.json) or with a named alternative configuration.

  8. Angular

    angular.io/guide/build

    The Angular CLI build, serve, and test commands can then replace files with appropriate versions for your intended target environment. Configure environment-specific defaults link Using the Angular CLI, start by running the generate environments command shown here to create the src/environments/ directory and configure the project to use these ...

  9. Angular - Deployment

    angular.io/guide/deployment

    The Angular CLI command ng deploy (introduced in version 8.3.0) executes the deploy CLI builder associated with your project. A number of third-party builders implement deployment capabilities to different platforms. You can add any of them to your project by running ng add [package name].

  10. Angular Material

    v5.material.angular.io/guide/getting-started

    For existing apps, follow these steps to begin using Angular Material. link Step 1: Install Angular Material and Angular CDK. You can use either the npm or yarn command-line tool to install packages. Use whichever is appropriate for your project in the examples below. link NPM npm install --save @angular/material @angular/cdk link Yarn

  11. Angular - ng completion

    angular.io/cli/completion

    Angular CLI supports autocompletion for the Bash and Zsh shells on MacOS and Linux operating systems. On Windows, Git Bash and Windows Subsystem for Linux using Bash or Zsh are supported. Global installlink. Autocompletion works by configuring your terminal to invoke the Angular CLI on startup to load the setup script.