Skip to content

Commit

Permalink
Merge pull request #212 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Removed extra options to stop dev mode (#211)
  • Loading branch information
gkwan-ibm authored Oct 5, 2023
2 parents 753e4b4 + fdffb51 commit ef96315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ ifdef::cloud-hosted[]
Whenever you change and build your Angular implementation, the changes are automatically reflected at the URL for the launched application.
endif::[]

When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the Liberty, or by typing `q` and then pressing the `enter/return` key.
When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the Liberty.

Although the Angular application that this guide shows you how to build is simple, when you build more complex Angular applications, testing becomes a crucial part of your development lifecycle. If you need to write test cases, follow the official unit testing and end-to-end testing documentation on the https://angular.io/guide/testing[official Angular page^].

Expand Down

0 comments on commit ef96315

Please sign in to comment.