利用Angular CLI建立Pipe元件,在終端機輸入指令 ng g p substr-pipe 3.建立的Pipe元件如下: import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: ...
確定! 回上一頁