mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-863] codelyzer documentlist (#2059)
* codelyzer documentlist * tslint error after codelizer * fix import * fix tag test
This commit is contained in:
committed by
Eugenio Romano
parent
fed2462586
commit
2e975dbc29
@@ -15,19 +15,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { SimpleChange } from '@angular/core';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { MdButtonModule, MdIconModule, MdMenuModule } from '@angular/material';
|
||||
import {
|
||||
AlfrescoApiService,
|
||||
AlfrescoAuthenticationService,
|
||||
AlfrescoSettingsService,
|
||||
AlfrescoTranslationService,
|
||||
AlfrescoApiService,
|
||||
CoreModule,
|
||||
LogService
|
||||
} from 'ng2-alfresco-core';
|
||||
import { DocumentListService } from './../services/document-list.service';
|
||||
import { DocumentMenuActionComponent } from './document-menu-action.component';
|
||||
import { MdMenuModule, MdButtonModule, MdIconModule } from '@angular/material';
|
||||
|
||||
declare let jasmine: any;
|
||||
|
||||
|
Reference in New Issue
Block a user