ng generate component [名稱/路徑] [參數] ng g c [名稱/路徑] [參數] ... import { Component, OnInit } from '@angular/core'; @Component({ ...
確定! 回上一頁