refactor(animations): remove unused animation trigger imports (#42763)
in the animation_trigger.ts file there are unused imports remove them to clean up the file PR Close #42763
This commit is contained in:
parent
b41a2b3623
commit
0ce8f6e62d
|
@ -6,10 +6,7 @@
|
||||||
* found in the LICENSE file at https://angular.io/license
|
* found in the LICENSE file at https://angular.io/license
|
||||||
*/
|
*/
|
||||||
import {AnimationMetadataType, ɵStyleData} from '@angular/animations';
|
import {AnimationMetadataType, ɵStyleData} from '@angular/animations';
|
||||||
|
import {SequenceAst, TransitionAst, TriggerAst} from './animation_ast';
|
||||||
import {copyStyles, interpolateParams} from '../util';
|
|
||||||
|
|
||||||
import {SequenceAst, StyleAst, TransitionAst, TriggerAst} from './animation_ast';
|
|
||||||
import {AnimationStateStyles, AnimationTransitionFactory} from './animation_transition_factory';
|
import {AnimationStateStyles, AnimationTransitionFactory} from './animation_transition_factory';
|
||||||
import {AnimationStyleNormalizer} from './style_normalization/animation_style_normalizer';
|
import {AnimationStyleNormalizer} from './style_normalization/animation_style_normalizer';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue