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.
|
||||
block redirect-to-web-api
|
||||
: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.
|
||||
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=".")
|
||||
|
|
Loading…
Reference in New Issue