15. Creating Custom Pipes in Angular

Опубликовано: 15 Октябрь 2024
на канале: Ervis Trupja
1,268
24

Angular offers multiple built-in pipes that you can use to transform your data in component templates. But, you can also create your custom pipes using the @Pipe decorator in a typescript class.

In this part you will learn how to:
Create a custom pipe with parameters
Configure a custom pipe
Use multiple pipes in a single interpolation
-----------------------------
📍 Source code: https://github.com/etrupja/angular-mo...
-----------------------------
📣 Blog: https://dotnethow.net
📣 Udemy: https://www.udemy.com/user/ervis-trupja/
📣 Pluralsight: https://www.pluralsight.com/authors/e...
📣 LinkedIn:   / ervis-trupja  
-----------------------------
#angular #angularpipes #dotnethow
00:00 Introduction
00:44 Adding a new property
01:35 Creating a custom pipe
05:16 Custom pipe configuration
07:48 Using multiple pipes
08:31 Thank you