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.
Flag | Type | Default | Alias | Purpose |
---|---|---|---|---|
--dry-run | Boolean | false | -d | Run through without making any changes. Just reports the files that will be created |
--skip-install | Boolean | false | -si | Skip installing packages |
--skip-tests | Boolean | false | -st | Skip creating tests |
--inline-style | Boolean | false | -is | Use inline styles when generating the new application |
--inline-template | Boolean | false | -it | Use inline templates when generating the new project |
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.