官术网_书友最值得收藏!

Filters and pipes in templates

AngularJS filters are now called as pipes in Angular. The filters are used after the pipe character (|) in AngularJS and there is no syntactical change in Angular. However, Angular calls the filters as pipes.

AngularJS:

<h1>Book Details:</h1> 
<p>{{vm.bookName}}</p> 
<p>{{vm.releaseDate | date }}</p> 

Angular:

<h1>Book Details:</h1> 
<p>{{bookName}}</p> 
<p>{{releaseDate | date }}</p> 

Notice we have applied a date pipe or filter to releaseDate and there is no syntactical change between AngularJS and Angular.

主站蜘蛛池模板: 五华县| 焉耆| 枣庄市| 合作市| 大悟县| 花莲市| 嘉兴市| 息烽县| 恭城| 准格尔旗| 南丰县| 云南省| 上栗县| 中山市| 邹城市| 惠水县| 天津市| 平罗县| 马龙县| 淳安县| 门头沟区| 萨迦县| 蒙山县| 治县。| 常熟市| 时尚| 九寨沟县| 通城县| 曲沃县| 普兰店市| 大名县| 益阳市| 新野县| 泽普县| 平舆县| 紫阳县| 金寨县| 海南省| 德惠市| 山东省| 连云港市|