import {Component, Input, Output, EventEmitter} from '@angular/core'; @Component({ ... }) export default class CounterComponent ...
確定! 回上一頁