projecte_ionic/trash_jan/app/home/home.page.ts
2022-02-09 18:30:03 +01:00

13 lines
197 B
TypeScript
Executable file

import { Component } from '@angular/core';
@Component({
selector: 'app-home',
templateUrl: 'home.page.html',
styleUrls: ['home.page.scss'],
})
export class HomePage {
constructor() {}
}