feat(ivy): support animation @triggers in templates (#25849)
PR Close #25849
This commit is contained in:

committed by
Igor Minar

parent
ed266daf2c
commit
e3633888ed
@ -836,7 +836,7 @@ describe('compiler compliance', () => {
|
||||
};
|
||||
|
||||
const MyAppDefinition = `
|
||||
const $e0_attr$ = [${AttributeMarker.SelectOnly}, "names"];
|
||||
const $e0_attr$ = [${AttributeMarker.SelectOnly}, "names"];
|
||||
const $e0_ff$ = function ($v0$, $v1$, $v2$, $v3$, $v4$, $v5$, $v6$, $v7$, $v8$) {
|
||||
return ["start-", $v0$, $v1$, $v2$, $v3$, $v4$, "-middle-", $v5$, $v6$, $v7$, $v8$, "-end"];
|
||||
}
|
||||
|
Reference in New Issue
Block a user