mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix tslint issues for login
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* 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 { Router, ROUTER_DIRECTIVES } from 'angular2/router';
|
||||||
import { FORM_DIRECTIVES, ControlGroup, FormBuilder, Validators } from 'angular2/common';
|
import { FORM_DIRECTIVES, ControlGroup, FormBuilder, Validators } from 'angular2/common';
|
||||||
import { AlfrescoAuthenticationService } from '../services/alfresco-authentication';
|
import { AlfrescoAuthenticationService } from '../services/alfresco-authentication';
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
import { Injectable } from 'angular2/core';
|
import { Injectable } from 'angular2/core';
|
||||||
import { Observable } from 'rxjs/Rx';
|
import { Observable } from 'rxjs/Rx';
|
||||||
import { Http, Headers, URLSearchParams, Response } from 'angular2/http';
|
import { Http, Headers, Response } from 'angular2/http';
|
||||||
|
|
||||||
declare let xml2json: any;
|
declare let xml2json: any;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user