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,4 +1,4 @@
import {Directive, ElementRef, EventEmitter, Input, OnChanges, Output, Renderer, SimpleChanges } from '@angular/core';
import { Directive, ElementRef, EventEmitter, Input, OnChanges, Output, Renderer, SimpleChanges } from '@angular/core';
const KEY_ENTER = 13;