You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular/cli/src/commands/completion/long-description.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,8 @@ Simply answer "Yes" and the CLI will take care of the rest.
13
13
14
14
```
15
15
$ ng serve
16
-
? Would you like to enable autocompletion? This will set up your terminal so pressing TAB while
17
-
typing Angular CLI commands will show possible options and autocomplete arguments. (Enabling
18
-
autocompletion will modify configuration files in your home directory.) Yes
19
-
Appended `source <(ng completion script)` to `/home/my-username/.bashrc`. Restart your terminal or
20
-
run:
16
+
? Would you like to enable autocompletion? This will set up your terminal so pressing TAB while typing Angular CLI commands will show possible options and autocomplete arguments. (Enabling autocompletion will modify configuration files in your home directory.) Yes
17
+
Appended `source <(ng completion script)` to `/home/my-username/.bashrc`. Restart your terminal or run:
0 commit comments