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

16 lines
248 B
TypeScript

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