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: adev/src/content/cli/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ ng serve
42
42
In your browser, open http://localhost:4200/ to see the new application run.
43
43
When you use the [ng serve](cli/serve) command to build an application and serve it locally, the server automatically rebuilds the application and reloads the page when you change any of the source files.
44
44
45
-
<divclass="alert is-helpful">
45
+
<divclass="docs-alert docs-alert-helpful">
46
46
47
47
When you run `ng new my-first-project` a new folder, named `my-first-project`, will be created in the current working directory.
48
48
Since you want to be able to create files inside that folder, make sure you have sufficient rights in the current working directory before running the command.
0 commit comments