|
@@ -4,11 +4,13 @@ import {CommonModule} from '@angular/common'
|
|
|
import { HsPanelHelpersModule } from 'hslayers-ng';
|
|
import { HsPanelHelpersModule } from 'hslayers-ng';
|
|
|
|
|
|
|
|
import {BcInfoComponent} from './bc-info.component';
|
|
import {BcInfoComponent} from './bc-info.component';
|
|
|
|
|
+import { PurchaseHistory } from './purchase-history/purchase-history.component';
|
|
|
|
|
+import { Purchase } from './purchase-history/purchase/purchase.component';
|
|
|
|
|
|
|
|
@NgModule({
|
|
@NgModule({
|
|
|
imports: [CommonModule, HsPanelHelpersModule],
|
|
imports: [CommonModule, HsPanelHelpersModule],
|
|
|
exports: [BcInfoComponent],
|
|
exports: [BcInfoComponent],
|
|
|
- declarations: [BcInfoComponent],
|
|
|
|
|
|
|
+ declarations: [BcInfoComponent, PurchaseHistory, Purchase],
|
|
|
providers: [],
|
|
providers: [],
|
|
|
})
|
|
})
|
|
|
export class BcInfoModule {}
|
|
export class BcInfoModule {}
|