0% found this document useful (0 votes)
19 views

Programación Libro

- The document provides help information for the Angular CLI (Command Line Interface) tool. - It lists common commands like ng new, ng build, ng test, and ng serve along with brief descriptions of what each command does. - It also includes some examples of using specific commands, like ng new to create a new Angular project called "my-first-project" and being prompted to set configuration options for it.

Uploaded by

darjaie67
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Programación Libro

- The document provides help information for the Angular CLI (Command Line Interface) tool. - It lists common commands like ng new, ng build, ng test, and ng serve along with brief descriptions of what each command does. - It also includes some examples of using specific commands, like ng new to create a new Angular project called "my-first-project" and being prompted to set configuration options for it.

Uploaded by

darjaie67
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Microsoft Windows [Versión 10.0.19043.

928]
(c) MicrMicrosoft Windows [Versión 10.0.19043.928]
(c) Microsoft Corporation. Todos los derechos reservados.osoft Corporation. Todos
los derechos reservados.

C:\Users\CBTIS95PC22>ng new herson aminadan


Error: Unknown argument: aminadan

C:\Users\CBTIS95PC22>ng --help
ng <command>

Commands:
ng add <collection> Adds support for an external library to your
project.
ng analytics Configures the gathering of Angular CLI usage
metrics.
ng build [project] Compiles an Angular application or library into an
output directory named dist/ at the
given output path.
[aliases: b] ng cache Configure persistent disk cache and
retrieve cache statistics.
ng completion Set up Angular CLI autocompletion for your
terminal.
ng config [json-path] [value] Retrieves or sets Angular configuration values in
the angular.json file for the
workspace.
ng deploy [project] Invokes the deploy builder for a specified project
or for the default project in the
workspace.
ng doc <keyword> Opens the official Angular documentation
(angular.io) in a browser, and searches for a
given keyword.
[aliases: d] ng e2e [project] Builds and serves an Angular
application, then runs end-to-end tests. [aliases: e] ng extract-i18n
[project] Extracts i18n messages from source code.
ng generate Generates and/or modifies files based on a
schematic. [aliases: g] ng lint [project] Runs
linting tools on Angular application code in a given project folder.
ng new [name] Creates a new Angular workspace.
[aliases: n] ng run <target> Runs an Architect target with an
optional custom builder configuration defined in your
project.
ng serve [project] Builds and serves your application, rebuilding on
file changes. [aliases: s] ng test [project] Runs unit
tests in a project. [aliases: t] ng
update [packages..] Updates your workspace and its dependencies. See
https://update.angular.io/.
ng version Outputs Angular CLI version.
[aliases: v]
Options:
--help Shows a help message for this command in the console.
[boolean]
For more information, see https://angular.io/cli/.

C:\Users\CBTIS95PC22>ng new my-first-project


? Would you like to share pseudonymous usage data about this project with the
Angular Team
at Google under Google's Privacy Policy at https://policies.google.com/privacy. For
more
details and how to change this setting, see https://angular.io/analytics. Yes

Thank you for sharing pseudonymous usage data. Should you change your mind, the
following
command will disable this feature entirely:

ng analytics disable --global

Global setting: enabled


Local setting: No local workspace configuration file.
Effective status: enabled
? Would you like to add Angular routing? Yes
? Which stylesheet format would you like to use? (Use arrow keys)
> CSS
SCSS [ https://sass-lang.com/documentation/syntax#scss ]
Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]
Less [ http://lesscss.org ]

You might also like