{"id":31718429,"url":"https://github.com/jimdrury/angular-what-is-a-pipe","last_synced_at":"2026-04-17T13:33:01.520Z","repository":{"id":66051851,"uuid":"573757479","full_name":"jimdrury/angular-what-is-a-pipe","owner":"jimdrury","description":"This repository shows some use cases for Angular Pipes","archived":false,"fork":false,"pushed_at":"2022-12-03T11:45:50.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T02:39:26.630Z","etag":null,"topics":["angular"],"latest_commit_sha":null,"homepage":"https://angular-what-is-a-pipe.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimdrury.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-03T10:39:37.000Z","updated_at":"2022-12-03T11:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b6f6f2f-d0cf-425d-965f-e5e3a2c86d8f","html_url":"https://github.com/jimdrury/angular-what-is-a-pipe","commit_stats":null,"previous_names":["jimdrury/angular-what-is-a-pipe","geometricpanda/angular-what-is-a-pipe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jimdrury/angular-what-is-a-pipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimdrury%2Fangular-what-is-a-pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimdrury%2Fangular-what-is-a-pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimdrury%2Fangular-what-is-a-pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimdrury%2Fangular-what-is-a-pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimdrury","download_url":"https://codeload.github.com/jimdrury/angular-what-is-a-pipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimdrury%2Fangular-what-is-a-pipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular"],"created_at":"2025-10-09T02:39:25.740Z","updated_at":"2026-04-17T13:33:01.470Z","avatar_url":"https://github.com/jimdrury.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular - What is a Pipe?\n\nAngular Pipes are functions which run within the `Template` and allow us to transform data.\n\nThey are used to format data for display, and are commonly used to format dates, currency, and strings.\n\nThere are two types of pipes:\n\n- Pure Pipes\n- Impure Pipes\n\n## Pure Pipes\n\nPure pipes are the default type of pipe. They are called pure because the Angular framework will call the\npipe's `transform()` method only when it detects a pure change to the input value.\n\nA pure change is either a change to a primitive input value (String, Number, Boolean, Symbol) or a changed.\n\n## Impure Pipes\n\nImpure pipes are called impure because the Angular framework will call the pipe's `transform()` method\nevery time it runs the `detectChanges()` cycle, regardless of whether the value or parameters have changed.\n\n## Reference:\n\n- https://angular.io/guide/pipes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimdrury%2Fangular-what-is-a-pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimdrury%2Fangular-what-is-a-pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimdrury%2Fangular-what-is-a-pipe/lists"}