You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ar-fan-cam.page.ts 282 B

4 years ago
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. }