projecte_ionic_entrega_02/src/app/app.component.ts

11 lines
207 B
TypeScript
Executable file

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