Fix tslint issues for login

This commit is contained in:
Denys Vuika
2016-05-16 17:53:48 +01:00
parent 7252cfe623
commit 5a56b6d274
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Component, Input, Output, EventEmitter } from 'angular2/core';
import { Component, Output, EventEmitter } from 'angular2/core';
import { Router, ROUTER_DIRECTIVES } from 'angular2/router';
import { FORM_DIRECTIVES, ControlGroup, FormBuilder, Validators } from 'angular2/common';
import { AlfrescoAuthenticationService } from '../services/alfresco-authentication';

View File

@@ -17,7 +17,7 @@
import { Injectable } from 'angular2/core';
import { Observable } from 'rxjs/Rx';
import { Http, Headers, URLSearchParams, Response } from 'angular2/http';
import { Http, Headers, Response } from 'angular2/http';
declare let xml2json: any;