@angular/cli
- Version 13.3.7
- Published
- 542 kB
- 19 dependencies
- MIT license
Install
npm i @angular/cli
yarn add @angular/cli
pnpm add @angular/cli
Overview
CLI tool for Angular
Index
Variables
Functions
Classes
Namespaces
Variables
variable VERSION
const VERSION: Version;
Functions
function default
default: (options: { testing?: boolean; cliArgs: string[] }) => Promise<number>;
Classes
class Version
class Version {}
Copyright Google LLC All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file at https://angular.io/license
constructor
constructor(full: string);
property full
readonly full: string;
property major
readonly major: string;
property minor
readonly minor: string;
property patch
readonly patch: string;
Namespaces
namespace @yarnpkg/lockfile
module '@yarnpkg/lockfile' {}
Copyright Google LLC All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file at https://angular.io/license
function parse
parse: (data: string) => Record<string, any>;
namespace npm-pick-manifest
module 'npm-pick-manifest' {}
function pickManifest
pickManifest: ( metadata: import('../utilities/package-metadata').PackageMetadata, selector: string) => import('../utilities/package-metadata').PackageManifest;
namespace pacote
module 'pacote' {}
Package Files (3)
Dependencies (19)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@angular/cli
.
- Markdown[](https://www.jsdocs.io/package/@angular/cli)
- HTML<a href="https://www.jsdocs.io/package/@angular/cli"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 4734 ms. - Missing or incorrect documentation? Open an issue for this package.