angular之pipe

pipe transform data in string interpolation

{{date | date:'yyyy-MM-dd HH:mm:ss'}}

{{name | uppercase | lowercase}}

customizing pipe personalize pipe

ng g p pipes/test

在app.module.ts中的@NgModule中的declarations注册

 

posted on 2024-05-12 15:57  金满仓  阅读(22)  评论(0)    收藏  举报

导航