src/app/ceph/shared/ceph-shared.module.ts
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; @NgModule({ imports: [CommonModule] }) export class CephSharedModule {}