HI WELCOME TO SIRIS

Angular CLI ng new options

Leave a Comment

In this video we will discuss some of the common options that we can use with ng new command.


The table below shows the common options, their data types, default values, alias and a short description of what they do.
FlagTypeDefaultAliasPurpose
--dry-runBooleanfalse-dRun through without making any changes. Just reports the files that will be created
--skip-installBooleanfalse-siSkip installing packages
--skip-testsBooleanfalse-stSkip creating tests
--inline-styleBooleanfalse-isUse inline styles when generating the new application
--inline-templateBooleanfalse-itUse inline templates when generating the new project

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.