import { Component, ChangeDetectionStrategy } from '@angular/core'; @Component({ selector: 'app-guarantee-hy', templateUrl: './guarantee-hy.component.html', styleUrls: ['../guarantee.component.scss'], changeDetection: ChangeDetectionStrategy.OnPush }) export class GuaranteeHyComponent {}