Suggested Videos
Part 2 - Installing Angular CLI | Text | Slides
Part 3 - Angular CLI Create new project | Text | Slides
Part 4 - Customize Command Prompt | Text | Slides
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.
Part 2 - Installing Angular CLI | Text | Slides
Part 3 - Angular CLI Create new project | Text | Slides
Part 4 - Customize Command Prompt | Text | Slides
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 |
No comments:
Post a Comment
It would be great if you can help share these free resources