Angular video series - #8 Pipe use

preview_player
Показать описание
In this tutorial we are talking about Angular pipes and how to use pipe.

Pipes are simple functions you can use in your templates to accept an input value and return a formatted value.

Angular provides built-in pipes for typical data transformations, like:

DatePipe: Formats a date value according to locale rules.
UpperCasePipe: Transforms text to all upper case.
CurrencyPipe: Transforms a number to a currency string, formatted according to locale rules.
PercentPipe: Transforms a number to a percentage string, formatted according to locale rules.

************************************************************
************************************************************

************************************************************
Рекомендации по теме