{"id":23189232,"url":"https://github.com/dkozachenko/ng-date-carousel-picker","last_synced_at":"2026-05-07T10:33:43.096Z","repository":{"id":227630868,"uuid":"742939400","full_name":"DKozachenko/ng-date-carousel-picker","owner":"DKozachenko","description":"Angular library with custom date picker, which differs from other similar components in design, scroll and calendar in the end of period (if specific property set to true)","archived":false,"fork":false,"pushed_at":"2024-03-14T13:34:37.000Z","size":1331,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-13T08:53:50.549Z","etag":null,"topics":["angular","nx","storybook"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ng-date-carousel-picker","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/DKozachenko.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":"2024-01-13T20:20:13.000Z","updated_at":"2025-03-02T12:54:59.000Z","dependencies_parsed_at":"2024-12-18T11:17:51.132Z","dependency_job_id":"5cbba8dd-c58b-482f-91ec-2818b3b3939e","html_url":"https://github.com/DKozachenko/ng-date-carousel-picker","commit_stats":null,"previous_names":["dkozachenko/ng-date-carousel-picker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DKozachenko/ng-date-carousel-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKozachenko%2Fng-date-carousel-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKozachenko%2Fng-date-carousel-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKozachenko%2Fng-date-carousel-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKozachenko%2Fng-date-carousel-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DKozachenko","download_url":"https://codeload.github.com/DKozachenko/ng-date-carousel-picker/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKozachenko%2Fng-date-carousel-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","nx","storybook"],"created_at":"2024-12-18T11:17:47.575Z","updated_at":"2026-05-07T10:33:43.077Z","avatar_url":"https://github.com/DKozachenko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ng-date-carousel-picker\n\nA monorepository with:\n\n* [ng-date-carousel-picker](./libs/ng-date-carousel-picker/README.md) - Angular library with custom date picker, which differs from other similar components in design, scroll and calendar in the end of period (if specific property set to `true`)\n* [ng-date-carousel-picker-demo](./apps/ng-date-carousel-picker-demo/README.md) - demo application for `ng-date-carousel-picker` library which represents some examples \n\n## Storybook\n\n#### Serving\n\n* `ng-date-carousel-picker`: \n```bash\nnpm i\nnpm run picker:storybook\n```\n\nStorybook will open at `http://localhost:4400`.\n\n#### Building\n\n* `ng-date-carousel-picker`: \n```bash\nnpm i\nnpm run picker:build-storybook\n```\n\nBundle will be in `dist/storybook/ng-date-carousel-picker` folder.\n\n#### With Docker\n\n* `ng-date-carousel-picker`: \n```bash\ndocker build . -t picker-storybook-image  -f libs/ng-date-carousel-picker/Dockerfile.storybook\ndocker run -d -p 4400:80 picker-storybook-image:latest\n```\n\nStorybook can be opened at `http://localhost:4400`.\n\n## Build in production mode\n\n* `ng-date-carousel-picker`: \n```bash\nnpm i\nnpm run picker:build\n```\nBundle will be in `dist/libs/ng-date-carousel-picker` folder.\n\n* `ng-date-carousel-picker-demo`: \n```bash\nnpm i\nnpm run demo:build\n```\nBundle will be in `dist/apps/ng-date-carousel-picker-demo` folder.\n\n## Demo\n\n#### Serving\n\n* `ng-date-carousel-picker-demo`: \n```bash\nnpm i\nnpm run demo:serve\n```\n\n#### With Docker\n\n* `ng-date-carousel-picker-demo`: \n```bash\ndocker build . -t picker-demo-image  -f apps/ng-date-carousel-picker-demo/Dockerfile.demo\ndocker run -d -p 4200:80 picker-demo-image:latest\n```\n\nDemo can be opened at `http://localhost:4200`.\n\n## Publish\n\nUpdate version in `libs/ng-date-carousel-picker/package.json`.\n\n* `ng-date-carousel-picker`: \n```bash\nnpm i\nnpm run picker:build\nnpm run picker:publish\n```\n\n## Lint\n\n* `ng-date-carousel-picker`: \n```bash\nnpm i\nnpm run picker:lint\n```\n\n* `ng-date-carousel-picker-demo`: \n```bash\nnpm i\nnpm run demo:lint\n```\n\n## Test\n\n* `ng-date-carousel-picker`: \n```bash\nnpm i\nnpm run picker:test\n```\n\n## Contributing\n\nIf you have any suggestions, ideas, or problems, feel free to create an issue or PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkozachenko%2Fng-date-carousel-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkozachenko%2Fng-date-carousel-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkozachenko%2Fng-date-carousel-picker/lists"}