docs(aio): update examples to 4.2 (#17367)
This commit is contained in:

committed by
Igor Minar

parent
c2d31fb01e
commit
0020dad595
@ -44,7 +44,7 @@ import { Heroes } from './hero.service';
|
||||
animate('0.2s ease-in')
|
||||
]),
|
||||
transition('* => void', [
|
||||
animate('0.2s 10 ease-out', style({
|
||||
animate('0.2s 10s ease-out', style({
|
||||
opacity: 0,
|
||||
transform: 'translateX(100%)'
|
||||
}))
|
||||
|
Reference in New Issue
Block a user