import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { } from './crawler.module'; import { SERVICES } from './service'; import { MetaCrawlerInputItemStoreModule } from './crawler-input-store.module'; @NgModule({ imports: [ CommonModule, MetaCrawlerInputItemStoreModule ], declarations: [ ], exports: [ ], providers: [ SERVICES, ] }) export class MetaCrawlerInputItemModule { }