Adding spaces to imports (#111)

Closes #69
This commit is contained in:
Nejc Zdovc
2016-09-20 21:05:38 +02:00
committed by József Farkas
parent e9a66c64c4
commit 8aa29322e5
30 changed files with 82 additions and 75 deletions

View File

@@ -1,6 +1,13 @@
import {
Component, Input, OnChanges, SimpleChanges, animate,
state, style, transition, trigger
Component,
Input,
OnChanges,
SimpleChanges,
animate,
state,
style,
transition,
trigger
} from '@angular/core';
import { Store } from '@ngrx/store';