This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ npm test
119
119
120
120
This script will start the Karma test runner to execute the unit tests. Moreover, Karma will sit and
121
121
watch the source and test files for changes and then re-run the tests whenever any of them change.
122
- This is the recommended strategy; if you unit tests are being run every time you save a file then
122
+ This is the recommended strategy; if your unit tests are being run every time you save a file then
123
123
you receive instant feedback on any changes that break the expected code functionality.
124
124
125
125
You can also ask Karma to do a single run of the tests and then exit. This is useful if you want to
@@ -225,7 +225,7 @@ install the tool globally:
225
225
sudo npm install -g http-server
226
226
```
227
227
228
- Then you can start your own development web server to server static files, from a folder, by
228
+ Then you can start your own development web server to serve static files from a folder by
229
229
running:
230
230
231
231
```
@@ -243,7 +243,7 @@ the general rule is that all you need in production are all the files under the
243
243
Everything else should be omitted.
244
244
245
245
Angular apps are really just a bunch of static html, css and js files that just need to be hosted
246
- somewhere, where they can be accessed by browsers.
246
+ somewhere they can be accessed by browsers.
247
247
248
248
If your Angular app is talking to the backend server via xhr or other means, you need to figure
249
249
out what is the best way to host the static files to comply with the same origin policy if
You can’t perform that action at this time.
0 commit comments