File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
201
201
Using the proxying support in webpack's dev server we can highjack certain urls and send them to a backend server.
202
202
We do this by passing a file to ` --proxy-config `
203
203
204
- Say we have a server running on ` http://localhost:3000/api ` and we want all calls th ` http://localhost:4200/api ` to go to that server.
204
+ Say we have a server running on ` http://localhost:3000/api ` and we want all calls to ` http://localhost:4200/api ` to go to that server.
205
205
206
206
We create a file next to projects ` package.json ` called ` proxy.conf.json `
207
207
with the content
@@ -294,7 +294,7 @@ source ~/.bash_profile
294
294
295
295
### Project assets
296
296
297
- You can add any files you want copied as-is to ` src/assets/ ` .
297
+ You can add any files you want copied as-is to ` src/assets/ ` .
298
298
299
299
### Global styles
300
300
You can’t perform that action at this time.
0 commit comments