Jose Arenas

Results 1 comments of Jose Arenas

> As a workaround I did like so: > `export const rowAnimation = trigger('rowAnimation', [ transition('* => void', [ animate('0ms', style({ display: 'none'})) ]) ]);` > And then I applied...