projecte_ionic_entrega_01/src/app/pages/list/list.page.ts

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() {
}
}