Skip to content

Commit 3e6a44c

Browse files
chore(): update sponsors
1 parent 3d41a38 commit 3e6a44c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

src/app/homepage/homepage.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ <h4 class="title">Principal Sponsors</h4>
3333
class="logo-sponsor"
3434
/>
3535
</a>
36+
<a href="https://www.redhat.com/" target="_blank" class="logo-sponsor-container">
37+
<img src="/assets/sponsors/red-hat-logo.svg" alt="Red Hat Logo" class="logo-sponsor" />
38+
</a>
39+
<br />
3640
<a href="https://github.com/Sanofi-IADC" target="_blank" class="logo-sponsor-container">
3741
<img
3842
src="/assets/sponsors/sanofi.png"

src/app/homepage/pages/microservices/custom-transport/custom-transport.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ <h4 appAnchor id="message-serialization"><span>Message serialization</span></h4>
197197
<p>If you need to add some custom logic around the serialization of responses on the client side, you can use a custom class that extends the <code>ClientProxy</code> class or one of its child classes. For modifying successful requests you can override the <code>serializeResponse</code> method, and for modifying any errors that go through this client you can override the <code>serializeError</code> method. To make use of this custom class, you can pass the class itself to the <code>ClientsModule.register()</code> method using the <code>customClass</code> property. Below is an example of a custom <code>ClientProxy</code> that serializes each error into an <code>RpcException</code>.</p>
198198

199199
<span class="filename">
200-
{{ 'error-handling.proxy' | extension: app630c344fa86197723c3999961ed4f597aecb22ee.isJsActive }}
201-
<app-tabs #app630c344fa86197723c3999961ed4f597aecb22ee></app-tabs>
200+
{{ 'error-handling.proxy' | extension: app2263b3d96154c591a9c54ebbdf6146bd75db55d7.isJsActive }}
201+
<app-tabs #app2263b3d96154c591a9c54ebbdf6146bd75db55d7></app-tabs>
202202
</span><pre><code class="language-typescript">
203203
import &#123; ClientTcp, RpcException &#125; from &#39;@nestjs/microservices&#39;;
204204

@@ -210,8 +210,8 @@ <h4 appAnchor id="message-serialization"><span>Message serialization</span></h4>
210210
</code></pre><p>and then use it in the <code>ClientsModule</code> like so:</p>
211211

212212
<span class="filename">
213-
{{ 'app.module' | extension: app8d31e231893684261e1aeae0662becdd6b838a8f.isJsActive }}
214-
<app-tabs #app8d31e231893684261e1aeae0662becdd6b838a8f></app-tabs>
213+
{{ 'app.module' | extension: appb7972fa52d3b14a2039a636aee226e523fca8eed.isJsActive }}
214+
<app-tabs #appb7972fa52d3b14a2039a636aee226e523fca8eed></app-tabs>
215215
</span><pre><code class="language-typescript">
216216
@Module(&#123;
217217
imports: [

src/assets/sponsors/red-hat-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)