import { XXXComponent } from '...'; @NgModule({ declarations: [XXXComponent], exports: [XXXComponent] }) export class ...