refactor animation imports

This commit is contained in:
József Farkas
2017-06-17 13:49:54 +02:00
parent bd7add80cf
commit baa48f2a72
6 changed files with 14 additions and 47 deletions

View File

@@ -1,7 +1,8 @@
import {
Component, ElementRef, EventEmitter, HostListener, Input, OnChanges, OnDestroy, OnInit, Output, Renderer,
SimpleChange, animate, group, state, style, transition, trigger
SimpleChange
} from '@angular/core';
import { animate, group, state, style, transition, trigger } from '@angular/animations';
import { Store } from '@ngrx/store';