docs(server-communication): fix small typo (#2312)
This commit is contained in:
parent
08ae41019e
commit
3c9ff061c6
|
@ -674,7 +674,7 @@ 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 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=".")
|
||||||
:marked
|
:marked
|
||||||
### How it works
|
### How it works
|
||||||
|
|
Loading…
Reference in New Issue