feat(animations): report errors when invalid CSS properties are detected (#18718)
Closes #18701 PR Close #18718
This commit is contained in:

committed by
Miško Hevery

parent
ec56760c9b
commit
409688fe17
@ -2330,7 +2330,7 @@ export function main() {
|
||||
trigger('child', [
|
||||
transition(':enter', [
|
||||
style({ opacity: 0 }),
|
||||
animate(1500, style({ opactiy: 1 }))
|
||||
animate(1500, style({ opacity: 1 }))
|
||||
])
|
||||
])
|
||||
]
|
||||
|
Reference in New Issue
Block a user