translated lega

This commit is contained in:
sdarbinyan
2026-02-28 15:43:22 +04:00
parent caf14eeae1
commit 0cb32a22d9
160 changed files with 9551 additions and 4672 deletions

View File

@@ -0,0 +1,9 @@
import { Component, ChangeDetectionStrategy } from '@angular/core';
@Component({
selector: 'app-public-offer-hy',
templateUrl: './public-offer-hy.component.html',
styleUrls: ['../public-offer.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class PublicOfferHyComponent {}