AngularJS filters

Опубликовано: 06 Ноябрь 2015
на канале: kudvenkat
407,726
1.4k

angularjs filters example
angularjs currency filter example
angularjs number filter example
angularjs date format example
angularjs limitto filter example

In this video we will discuss filters in AngularJS

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
   / @aarvikitchen5572  

Filters in angular can do 3 different things
Format data
Sort data
Filter data

Filters can be used with a binding expression or a directive

To apply a filter use pipe (|) character

Syntax : {{ expression | filterName:parameter }}

Angular filters for formatting data
lowercase - Formats all characters to lowercase
uppercase - Formats all characters to uppercase
number - Formats a number as text. Includes comma as thousands separator and the number of decimal places can be specified
currency - Formats a number as a currency. $ is default. Custom currency and decimal places can be specified
date - Formats date to a string based on the requested format

Angular Date formats
Format Result
yyyy 4 digit year. Exampe 1998
yy 2 digit year. Example 1998 = 98
MMMM January-December
MMM Jan-Dec
MM 01-12
M 1-12 (No leading ZEROS)
dd 01 - 31
d 1 - 31 (No leading ZEROS)

Angular date format documentation
https://docs.angularjs.org/api/ng/fil...

limitTo filter : Can be used to limit the number of rows or characters in a string.

Syntax : {{ expression | limitTo : limit : begin}}

Upcoming videos : Sorting and filtering data using angular filters

Link for all dot net and sql server video tutorial playlists
https://www.youtube.com/user/kudvenka...

Link for slides, code samples and text version of the video
http://csharp-video-tutorials.blogspo...


На этой странице сайта вы можете посмотреть видео онлайн AngularJS filters длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь kudvenkat 06 Ноябрь 2015, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 407,726 раз и оно понравилось 1.4 тысяч зрителям. Приятного просмотра!