Remove a superfluous .
in HTTP client docs 😄 (#2313)
This commit is contained in:
parent
ee955a451e
commit
f2b1bbaba9
@ -672,7 +672,7 @@ a#in-mem-web-api
|
|||||||
Finally, redirect client HTTP requests to the in-memory web API.
|
Finally, redirect client HTTP requests to the in-memory web API.
|
||||||
block redirect-to-web-api
|
block redirect-to-web-api
|
||||||
:marked
|
:marked
|
||||||
This redirection is easy to configure with the in-memory web API service module.
|
This redirection is easy to configure with the in-memory web API service module
|
||||||
by adding the `InMemoryWebApiModule` to the `AppModule.imports` list.
|
by adding the `InMemoryWebApiModule` to the `AppModule.imports` list.
|
||||||
At the same time, we're calling its `forRoot` configuration method with the `HeroData` class.
|
At the same time, we're calling its `forRoot` configuration method with the `HeroData` class.
|
||||||
+makeExample('server-communication/ts/app/app.module.ts', 'in-mem-web-api')(format=".")
|
+makeExample('server-communication/ts/app/app.module.ts', 'in-mem-web-api')(format=".")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user