ng g c dashboard. controller 的內容如下: import { Component, OnInit, OnDestroy } from '@angular/core'; interface Metric { used: number, ...
確定! 回上一頁