import { NgModule } from '@angular/core'; import { CustomHeaderComponent } from './custom-header/custom-header'; @NgModule({ declarations: [CustomHeaderComponent], imports: [], exports: [CustomHeaderComponent] }) export class DasaComponentsModule {}