member_webapp/src/packages/meta/crawler-input-item/crawler-input.module.ts

24 lines
589 B
TypeScript
Raw Normal View History

2018-04-06 11:02:18 +00:00
// 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 { }