Importing module causes to use this module routes

后端 未结 0 875
旧巷少年郎
旧巷少年郎 2020-12-17 03:46

I have BoardModule

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题