What is a pipeline (PIPE)? This article will introduce you to the pipeline (PIPE) in Angular, and talk about the methods of built-in pipelines and custom pipelines. I hope it will be helpful to you!
What is a pipeline (PIPE)
PIPE, translated as pipeline. Angular Pipes are a way of writing display value transformations that can be declared in HTML components. Angular pipelines were previously known as filters in AngularJS and since Angular 2 are known as pipes. Pipes take data as input and transform it into the desired output. [Related tutorial recommendations: angular tutorial, Programming Teaching]
Simply put, Angular Pipes can help us convert our input, including strings , integers, dates, etc., are converted into specific formats according to our needs and displayed in the browser. Through interpolation expressions, we can define a pipeline and use it in specific situations. Angular provides us with many different types of pipelines. Of course, you can even customize pipelines.
To give a relatively simple example, date formats are diverse. You can convert between various formats through pipelines, such as converting seconds into hours, minutes and seconds.
Built-in pipes
As mentioned above, Angular provides us with many different types of pipes. They are all built-in pipes of Angular. As for what the built-in pipes are and how to use them, let’s demonstrate them through code below.
Time Pipelinedate
#We create a new Angular project and add a new Date()# to the page ##:
<div>{{data}}</div> ... export class AppComponent { title = 'my-app'; data = new Date() }The page will display the current time:
| symbol after the variable, and declare the pipeline
<div>{{data | date:'yyyy-MM-dd'}}</div>Here we use the
date pipe. For details about the specific parameters of the pipe, please see Check out the official documentation, which introduces all the time formats it provides for you to convert.
Angular - DatePipehttps://angular.cn/api/common/DatePipe#descriptionAfter we set up the pipeline, browse The time in the processor has changed
Other pipelines
Angular also provides other pipelines, such as changing the name of the currency Format of pipe (currency):Angular - CurrencyPipehttps://angular.cn/api/common/CurrencyPipeThere is also a pipe that converts strings to uppercase (uppercase):
<div>{{'ASDasd' | uppercase }}</div>
Custom pipehttps: //angular.cn/api/common/UpperCasePipe
We introduced several built-in pipes above. First, if the built-in pipelines cannot meet our development needs, then Angular also provides us with custom pipelines. You can define a pipeline yourself and define how to transform the input.
We can quickly generate a pipeline through the command line provided by Angular:
ng g p pipes/pipe-name
Here I created a pipeline named test
After you run the above command, a pipes folder will be created for you under src, which contains your custom pipes
Then Angular will automatically introduce these pipes for you in the app, so that you can use custom pipes everywhere in the world.
Then you see the pipe under the pipes folder. The pipe is essentially a class. Here, a decorator is used to give it a name of tests.
在这个类里面我们需要去实现 PipeTransfrom 这个接口,也就是需要有 transform 这个方法,在这个方法中,第一个参数就是要放入管道的输入,第二个数据是我们向管道传递的参数,管道中把它放入了一个数组里面。
这个 transform 方法返回什么,我们的页面拿到的就是什么数据,我们先来做一个测试
transform(value: unknown, ...args: unknown[]): unknown { return 'tests'; } ... <div>{{'ASDasd' | tests }}</div>
返回一个固定的字符串,并且在页面中去使用它
可以看到返回的结果变成了 tests 字符串,这样我们就可以确定这个方法的返回值就是最终的输出。
接下来我们实现一个简单的字符串超出截取的管道:
transform(value: string, ...args: number[]): string { let defaultLength = 10; if((args[0] || defaultLength )< value.length){ return value.substr(0,args[0] || defaultLength)+'...' }else{ return value } } ... <div>{{'sssssssssssssssssssssssssssssss' | tests: 30 }}</div>
这样就能够对字符串进行一个截取并且在尾部添加 ...
总结
本文我们学习了 Angular 中管道的使用,简单的来说管道就是一个方法,可以将你的输入转化为特定的你需要的输出格式,Angular提供给了我们许多的内置管道,当内置管道不满足你的要求的时候,你还可以通过自定义管道来更加灵活的自定义输出格式
更多编程相关知识,请访问:编程视频!!
The above is the detailed content of An article to talk about pipelines (PIPE) in Angular. For more information, please follow other related articles on the PHP Chinese website!

本篇文章继续Angular的学习,带大家了解一下Angular中的元数据和装饰器,简单了解一下他们的用法,希望对大家有所帮助!

通过管道进行文件读写:创建一个管道从文件读取数据并通过管道传递从管道中接收数据并处理将处理后的数据写入文件使用goroutine并发执行这些操作以提高性能

本篇文章给大家分享一个Angular实战,了解一下angualr 结合 ng-zorro 如何快速开发一个后台系统,希望对大家有所帮助!

Linux中的管道命令是一种强大的工具,可以将一个命令的输出作为另一个命令的输入,实现不同命令之间的数据传输与处理。本文将介绍Linux中管道命令的基础知识,以及一些常用的用法和代码示例。管道命令简介在Linux系统中,管道命令使用竖线符号(|)连接两个或多个命令,例如:command1|command2这样,command1的输出会作为command2

在当今信息化社会,计算机已经成为我们工作生活中不可或缺的工具。而作为一名熟练运用Linux系统的工作人员,如何利用Linux的强大功能提升工作效率是非常重要的。本文将重点介绍如何运用Linux中的管道(Pipes)这一重要功能来简化工作流程,提高工作效率。Linux的管道是一种特殊的文件类型,它可以将一个命令的输出直接传递给另一个命令,从而在不存储中间结果的

使用管道实现超时机制:创建一个管道。创建一个goroutine来等待管道中的元素。在另一个goroutine中,在指定时间后关闭管道。使用select语句来在管道元素到达或超时时选择执行相应的操作。

Go语言中函数和管道结合使用实现进程间通信。函数可将管道作为参数传递,通过管道发送或接收数据。管道是无缓冲通道,可用于在goroutine之间发送和接收数据,并支持无向和有向管道。发送数据时使用


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
