sort animation imports
This commit is contained in:
parent
9d5304239a
commit
bbee1790e1
|
@ -1,10 +1,10 @@
|
|||
import {
|
||||
trigger,
|
||||
animate,
|
||||
style,
|
||||
group,
|
||||
query,
|
||||
style,
|
||||
transition,
|
||||
trigger,
|
||||
} from '@angular/animations';
|
||||
|
||||
const queryShown = query(':enter, :leave', [
|
||||
|
|
Loading…
Reference in New Issue