{"id":19808891,"url":"https://github.com/samuelnygaard/ngx-timezones","last_synced_at":"2026-05-16T07:14:07.502Z","repository":{"id":39569565,"uuid":"134905578","full_name":"samuelnygaard/ngx-timezones","owner":"samuelnygaard","description":"An Angular module for timezones (based on moment.js)","archived":false,"fork":false,"pushed_at":"2023-01-04T04:52:22.000Z","size":3004,"stargazers_count":1,"open_issues_count":32,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T08:44:48.951Z","etag":null,"topics":["angular","moment","moment-js","momentjs","picker","selector","timezone","timezones"],"latest_commit_sha":null,"homepage":"https://samuelnygaard.github.io/ngx-timezones/","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/samuelnygaard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-25T21:17:57.000Z","updated_at":"2021-08-05T20:30:31.000Z","dependencies_parsed_at":"2023-02-01T21:46:35.462Z","dependency_job_id":null,"html_url":"https://github.com/samuelnygaard/ngx-timezones","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelnygaard%2Fngx-timezones","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelnygaard%2Fngx-timezones/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelnygaard%2Fngx-timezones/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelnygaard%2Fngx-timezones/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuelnygaard","download_url":"https://codeload.github.com/samuelnygaard/ngx-timezones/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241152205,"owners_count":19918591,"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","moment","moment-js","momentjs","picker","selector","timezone","timezones"],"created_at":"2024-11-12T09:15:06.466Z","updated_at":"2026-05-16T07:14:02.469Z","avatar_url":"https://github.com/samuelnygaard.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-timezones\n\nAn Angular module for timezones (based on moment.js)\n\n## Demonstration\n\nGo to this website to try out the library:\n[https://samuelnygaard.github.io/ngx-timezones/](https://samuelnygaard.github.io/ngx-timezones/)\n\n## Installation\n\nInstall the library in your Angular projects root folder:\n\n```bash\nnpm i ngx-timezones\n```\n\n## Importing\n\nImport the `NgxTimezonesModule` in the your `app.module.ts`:\n\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// Import the module\nimport { NgxTimezonesModule } from 'ngx-timezones';\n\n@NgModule({\n  declarations: [AppComponent],\n  imports: [\n    BrowserModule,\n    // Include the module in the import section\n    NgxTimezonesModule,\n    BrowserAnimationsModule,\n  ],\n  providers: [],\n  bootstrap: [AppComponent],\n})\nexport class AppModule {}\n```\n\n## Documentation\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelnygaard%2Fngx-timezones","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelnygaard%2Fngx-timezones","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelnygaard%2Fngx-timezones/lists"}