I have BoardModule
BoardModule
@NgModule({ declarations: [ PostComponent ], exports: [ PostComponent ] }) export class BoardModule { }