Scaffold an Angular CLI workspace without needing to install the Angular CLI globally. All of the ng new options and features are supported.
NPM
npm init @angular [project-name] -- [...options]
Yarn
yarn create @angular [project-name] [...options]
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Scaffold an Angular CLI workspace without needing to install the Angular CLI globally. All of the ng new options and features are supported.
NPM
npm init @angular [project-name] -- [...options]
Yarn
yarn create @angular [project-name] [...options]