Skip to content

Commit ab76b37

Browse files
authored
fix: add more information about --minimal and --defaults to minimal angular project snippet (#33)
1 parent 6c02a5d commit ab76b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/snippets/create-minimal-angular-project-for-research-purpose.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ Just use this command line and you are good to go.
1616
ng new learn-pipe --minimal --defaults
1717
```
1818

19+
- `--minimal` is the short-hand for `--inline-template --inline-style --skip-tests`
20+
- `--defaults` is the short-hand for `--style=css --router=false`
21+
1922
<BlogImage src={MinimalProject} alt="create minimal angular project" />

0 commit comments

Comments
 (0)