import { CommonModule, } from '@angular/common'; import { NgModule, } from '@angular/core'; import 'zone.js'; import { ProductCareAndPrintAreaContentComponent, } from './product-care-and-print-area-content.component'; @NgModule({ declarations: [ ProductCareAndPrintAreaContentComponent, ], exports: [ ProductCareAndPrintAreaContentComponent, ], imports: [ CommonModule, ], }) export class ProductCareAndPrintAreaContentModule {}