選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ar-fan-cam.page.ts 282 B

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