{"id":17802896,"url":"https://github.com/geometricpanda/angular-what-is-a-pipe","last_synced_at":"2025-04-02T04:41:52.024Z","repository":{"id":66051851,"uuid":"573757479","full_name":"geometricpanda/angular-what-is-a-pipe","owner":"geometricpanda","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-02-07T19:24:12.374Z","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/geometricpanda.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/geometricpanda/angular-what-is-a-pipe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fangular-what-is-a-pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fangular-what-is-a-pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fangular-what-is-a-pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometricpanda%2Fangular-what-is-a-pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geometricpanda","download_url":"https://codeload.github.com/geometricpanda/angular-what-is-a-pipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758279,"owners_count":20828919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-27T12:44:52.567Z","updated_at":"2025-04-02T04:41:52.004Z","avatar_url":"https://github.com/geometricpanda.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%2Fgeometricpanda%2Fangular-what-is-a-pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeometricpanda%2Fangular-what-is-a-pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometricpanda%2Fangular-what-is-a-pipe/lists"}