Angular2 源碼解讀 - 自定義管道@Pipe

定義code 管道用於在模板中轉換顯示的內容orm 案例接口 @Pipe({ name : 'addHero' }) export class AddHeroPipe implements PipeTransform{ transform(pre : string) { return pre + ' is a Hero'; } } 詳解ip 1. 使用@Pipe註解 一般狀況
相關文章
相關標籤/搜索