import {Component,Input, Output, EventEmitter, Attribute} from '@angular/core'; @Component({ template:` <div>Counter: {{counter}}</div> ...
確定! 回上一頁