translated lega
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Component, ChangeDetectionStrategy } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-guarantee-ru',
|
||||
templateUrl: './guarantee-ru.component.html',
|
||||
styleUrls: ['../guarantee.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class GuaranteeRuComponent {}
|
||||
Reference in New Issue
Block a user