Skip to content

Commit

Permalink
fixup! fix(ivy): avoid using stale cache in TestBed if module overrid…
Browse files Browse the repository at this point in the history
…es are defined
  • Loading branch information
AndrewKushnir committed Nov 13, 2019
1 parent 697d1b3 commit fb1f3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/render3/jit/module.ts
Expand Up @@ -423,7 +423,7 @@ export function patchComponentDefWithScope<C>(
*
* By default this operation is memoized and the result is cached on the module's definition. You
* can avoid memoization and previously stored results (if available) by providing the second
* argument with the `false` value.
* argument with the `true` value (forcing transitive scopes recalculation).
*
* This function can be called on modules with components that have not fully compiled yet, but the
* result should not be used until they have.
Expand Down

0 comments on commit fb1f3bc

Please sign in to comment.