app.component.ts import { Component } from "@angular/core"; interface Hero { id: number; name: string; } @Component({ selector: "app-root", ...
確定! 回上一頁