Skip to content

Missing whitespace inside import's curly braces - as per Style Guide #581

Closed
@johnpapa

Description

@johnpapa

Missing white space inside of curly braces.
it should be ... import { Injectable } from 'angular2/core';

but instead is

import {Injectable} from 'angular2/core';

@Injectable()
export class EntityService {

  constructor() {}

}

cc @Brocco

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions