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