File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ npm test
119119
120120This script will start the Karma test runner to execute the unit tests. Moreover, Karma will sit and
121121watch 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
123123you receive instant feedback on any changes that break the expected code functionality.
124124
125125You 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:
225225sudo npm install -g http-server 
226226``` 
227227
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
229229running:
230230
231231``` 
@@ -243,7 +243,7 @@ the general rule is that all you need in production are all the files under the
243243Everything else should be omitted.
244244
245245Angular 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.
247247
248248If your Angular app is talking to the backend server via xhr or other means, you need to figure
249249out 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