Skip to content

Commit f31b0d6

Browse files
alexeaglematsko
authored andcommitted
fix(core): add needed closure compiler warning suppression
1 parent 79b6346 commit f31b0d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/view/view.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ function checkNoChangesNodeDynamic(view: ViewData, nodeDef: NodeDef, values: any
487487
}
488488
}
489489

490+
/**
491+
* Workaround https://github.com/angular/tsickle/issues/497
492+
* @suppress {misplacedTypeAnnotation}
493+
*/
490494
function checkNoChangesQuery(view: ViewData, nodeDef: NodeDef) {
491495
const queryList = asQueryList(view, nodeDef.index);
492496
if (queryList.dirty) {

0 commit comments

Comments
 (0)