fengxiang
2018-03-05 6a6f068632e9218b72534e392e69aa056ebcd06a
src/app/business/business.module.ts
@@ -1,5 +1,6 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
// Statics
import 'rxjs/add/observable/throw';
@@ -14,7 +15,8 @@
@NgModule({
  imports: [
    CommonModule
    CommonModule,
  ]
})
export class BusinessModule { }