Component code: import { Component } from "@angular/core"; @Component({ templateUrl:"home.html" }) export class HomePage { public items: ...
確定! 回上一頁