fengxiang
2018-03-01 7c26164dc8a00a230e074d320f3b2614c9080340
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 { }