mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Basic Diagram component unit test
This commit is contained in:
@@ -18,9 +18,7 @@
|
||||
import { NgModule, ModuleWithProviders } from '@angular/core';
|
||||
import { CoreModule } from 'ng2-alfresco-core';
|
||||
|
||||
import { DIAGRAM_DIRECTIVES } from './src/components/index';
|
||||
import { DiagramColorService } from './src/services/diagram-color.service';
|
||||
import { DiagramsService } from './src/services/diagrams.service';
|
||||
import { DIAGRAM_DIRECTIVES, DIAGRAM_PROVIDERS } from './src/components/index';
|
||||
|
||||
import { RAPHAEL_DIRECTIVES } from './src/components/raphael/index';
|
||||
import { RAPHAEL_PROVIDERS } from './src/components/raphael/index';
|
||||
@@ -29,11 +27,6 @@ import { RAPHAEL_PROVIDERS } from './src/components/raphael/index';
|
||||
export * from './src/components/index';
|
||||
export * from './src/components/raphael/index';
|
||||
|
||||
export const DIAGRAM_PROVIDERS: any[] = [
|
||||
DiagramsService,
|
||||
DiagramColorService
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CoreModule
|
||||
|
Reference in New Issue
Block a user