Skip to content

Commit c48371d

Browse files
committed
Clarify "Overriding globally registered enhancers"
1 parent 46f2d1e commit c48371d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/fundamentals/unit-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ providers: [
349349
{
350350
provide: APP_GUARD,
351351
useExisting: JwtAuthGuard,
352+
// ^^^^^^^^ notice the use of 'useExisting' instead of 'useClass'
352353
},
353354
JwtAuthGuard,
354355
],

0 commit comments

Comments
 (0)