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