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.

live.page.ts 260 B

4 yıl önce
4 yıl önce
4 yıl önce
123456789101112131415
  1. import { Component, OnInit } from '@angular/core';
  2. @Component({
  3. selector: 'app-live',
  4. templateUrl: './live.page.html',
  5. styleUrls: ['./live.page.scss'],
  6. })
  7. export class LivePage implements OnInit {
  8. constructor() { }
  9. ngOnInit() {
  10. }
  11. }