ng-pokemon-app/src/app/app.component.ts

8 lines
150 B
TypeScript
Raw Normal View History

2023-02-24 13:54:17 +00:00
import { Component } from '@angular/core';
2023-02-22 13:12:40 +00:00
@Component({
selector: 'app-root',
templateUrl: 'app.component.html',
2023-02-22 13:12:40 +00:00
})
2023-02-24 13:54:17 +00:00
export class AppComponent {}