We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Missing white space inside of curly braces. it should be ... import { Injectable } from 'angular2/core';
import { Injectable } from 'angular2/core';
but instead is
import {Injectable} from 'angular2/core'; @Injectable() export class EntityService { constructor() {} }
cc @Brocco