沈斌
2018-02-28 14e060c2a291061558e0a560889fec841a461bec
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 { }