feat(change_detection): change binding syntax to explicitly specify pipes
This commit is contained in:
@ -169,7 +169,7 @@ export function setupReflectorForAngular() {
|
||||
'annotations' : [new Viewport({
|
||||
selector: '[foreach]',
|
||||
bind: {
|
||||
'iterableChanges[]': 'in'
|
||||
'iterableChanges': 'in | iterableDiff'
|
||||
}
|
||||
})]
|
||||
});
|
||||
|
Reference in New Issue
Block a user