Broker System for Supercredit
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

reward-paid.component.ts 296B

4 лет назад
4 лет назад
12345678910111213141516
  1. import { Component, OnInit } from '@angular/core';
  2. @Component({
  3. selector: 'app-reward-paid',
  4. templateUrl: './reward-paid.component.html',
  5. styleUrls: ['./reward-paid.component.scss']
  6. })
  7. export class RewardPaidComponent implements OnInit {
  8. constructor() { }
  9. ngOnInit(): void {
  10. }
  11. }