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