mirror of
https://github.com/angular/angular-cli.git
synced 2025-04-20 13:31:44 +08:00
Updates for all angular.io links to the new angular.dev domain. Additionally, adjustment to new resources where the equivalent does not exist on the new site (e.g. Tour of Heroes tutorial)
515 B
515 B
@angular/create
Create an Angular CLI workspace
Scaffold an Angular CLI workspace without needing to install the Angular CLI globally. All of the ng new options and features are supported.
Usage
npm
npm init @angular@latest [project-name] -- [...options]
yarn
yarn create @angular [project-name] [...options]
pnpm
pnpm create @angular [project-name] [...options]
bun
bun create @angular [project-name] [...options]