SyntaxFix
Write A Post
Hire A Developer
Questions
Whatever you want to use from another module, just put it in the export array. Like this-
@NgModule({ declarations: [TaskCardComponent], exports: [TaskCardComponent], imports: [MdCardModule] })