动画

    1. animations: [
    2. trigger('shrinkOut', [
    3. transition('* => void', [
    4. style({height: '*'}),
    5. ])
    6. ])