fix(core): add needed closure compiler warning suppression
This commit is contained in:
parent
b754e600e3
commit
e80851d98b
|
@ -487,6 +487,10 @@ function checkNoChangesNodeDynamic(view: ViewData, nodeDef: NodeDef, values: any
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Workaround https://github.com/angular/tsickle/issues/497
|
||||||
|
* @suppress {misplacedTypeAnnotation}
|
||||||
|
*/
|
||||||
function checkNoChangesQuery(view: ViewData, nodeDef: NodeDef) {
|
function checkNoChangesQuery(view: ViewData, nodeDef: NodeDef) {
|
||||||
const queryList = asQueryList(view, nodeDef.index);
|
const queryList = asQueryList(view, nodeDef.index);
|
||||||
if (queryList.dirty) {
|
if (queryList.dirty) {
|
||||||
|
|
Loading…
Reference in New Issue