Skip to content

Commit

Permalink
add missing asset
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-zenika committed Mar 8, 2024
1 parent 89876de commit fa2326f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/docs/assets/providers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Basically, almost everything may be considered as a provider – service, factor
can inject dependencies, meaning, they can create various relationships with each other. But in fact, a provider is
nothing else than just a simple class annotated with an `@Injectable()` decorator.

<figure><img src="./../assets/providers.png" style="max-height: 300px; padding: 5px"></figure>
<figure><img src="../docs/assets/providers.png" style="max-height: 300px; padding: 5px"></figure>

In controllers chapter, we've seen how to build a Controller, handle a request and create a response. Controllers shall
handle HTTP requests and delegate complex tasks to the **providers**.
Expand Down

0 comments on commit fa2326f

Please sign in to comment.