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 {Component, ViewEncapsulation} from '@angular/core';
import { Component, ViewEncapsulation } from '@angular/core';
@Component({
selector: 'main-app',