docs(aio): update examples to 4.2 (#17367)

This commit is contained in:
Jesús Rodríguez
2017-06-09 23:35:35 +02:00
committed by Igor Minar
parent c2d31fb01e
commit 0020dad595
6 changed files with 1098 additions and 753 deletions

View File

@ -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%)'
}))