Vendor app Client: Maiora
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

offers.component.ts 270 B

123456789101112131415
  1. import { Component, OnInit } from '@angular/core';
  2. @Component({
  3. selector: 'app-offers',
  4. templateUrl: './offers.component.html',
  5. styleUrls: ['./offers.component.scss']
  6. })
  7. export class OffersComponent implements OnInit {
  8. constructor() { }
  9. ngOnInit() {
  10. }
  11. }