{"id":18397633,"url":"https://github.com/matuzalemsteles/monthnamepipe","last_synced_at":"2025-04-12T15:11:14.764Z","repository":{"id":107055215,"uuid":"81618571","full_name":"matuzalemsteles/MonthNamePipe","owner":"matuzalemsteles","description":"📅 Pipe pass the number of the month and returns the name of the month. Pipe for angular2.","archived":false,"fork":false,"pushed_at":"2017-02-11T00:58:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T02:35:59.602Z","etag":null,"topics":["angular2","month","ng2","pipe"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matuzalemsteles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-02-11T00:16:46.000Z","updated_at":"2017-02-11T04:18:26.000Z","dependencies_parsed_at":"2023-07-16T20:00:24.586Z","dependency_job_id":null,"html_url":"https://github.com/matuzalemsteles/MonthNamePipe","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/matuzalemsteles%2FMonthNamePipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuzalemsteles%2FMonthNamePipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuzalemsteles%2FMonthNamePipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matuzalemsteles%2FMonthNamePipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matuzalemsteles","download_url":"https://codeload.github.com/matuzalemsteles/MonthNamePipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586231,"owners_count":21128997,"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":["angular2","month","ng2","pipe"],"created_at":"2024-11-06T02:17:48.785Z","updated_at":"2025-04-12T15:11:14.739Z","avatar_url":"https://github.com/matuzalemsteles.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Month Name\nSimple pipe to angular2, returns the name of the month.\n\n## Installation\n1. First do it the download or clone of the repository and use the file `month-name.ts` in your project.\n2. Import in your main module.\n``` typescript\nimport { NgModule } from '@angular/core';\n//...\n\nimport { MonthNamePipe } from '../pipes/month-name';\n\n@NgModule({\n  imports: [],\n  declarations: [ MonthNamePipe ]\n  //...\n})\nexport class AppModule {}\n```\n\n## Usage\n\n### month\nReturn the name of the month.\n``` html\n\u003cp\u003e {{ monthNumber | month }} \u003c/p\u003e\n```\n\n## License\n[MIT](https://github.com/matuzalemsteles/MonthNamePipe/blob/master/LICENSE) © [Matuzalém Teles](https://github.com/matuzalemsteles)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatuzalemsteles%2Fmonthnamepipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatuzalemsteles%2Fmonthnamepipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatuzalemsteles%2Fmonthnamepipe/lists"}