projecte_ionic_entrega_01/src/app/pages/main/main.page.ts
2021-12-01 18:35:44 +01:00

16 lines
248 B
TypeScript
Executable file

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