{"id":25158457,"url":"https://github.com/raiper34/ngx-sticky-copy","last_synced_at":"2026-05-03T02:38:20.963Z","repository":{"id":46113825,"uuid":"422183151","full_name":"Raiper34/ngx-sticky-copy","owner":"Raiper34","description":"Ngx Sticky is another approach how to make elements sticky.","archived":false,"fork":false,"pushed_at":"2022-01-28T23:53:30.000Z","size":389,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T12:52:29.293Z","etag":null,"topics":["angular","directives","sticky","sticky-headers"],"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/Raiper34.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}},"created_at":"2021-10-28T11:48:45.000Z","updated_at":"2021-11-14T21:36:53.000Z","dependencies_parsed_at":"2022-07-21T23:00:20.720Z","dependency_job_id":null,"html_url":"https://github.com/Raiper34/ngx-sticky-copy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiper34%2Fngx-sticky-copy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiper34%2Fngx-sticky-copy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiper34%2Fngx-sticky-copy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiper34%2Fngx-sticky-copy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raiper34","download_url":"https://codeload.github.com/Raiper34/ngx-sticky-copy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247005382,"owners_count":20868019,"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","directives","sticky","sticky-headers"],"created_at":"2025-02-09T01:51:46.099Z","updated_at":"2026-05-03T02:38:20.924Z","avatar_url":"https://github.com/Raiper34.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/ngx-sticky-copy.svg)](https://badge.fury.io/js/ngx-sticky-copy)\n[![CircleCi](https://circleci.com/gh/Raiper34/ngx-sticky-copy.svg?style=shield)](https://app.circleci.com/pipelines/github/Raiper34/ngx-sticky-copy)\n![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-sticky-copy)\n![NPM](https://img.shields.io/npm/l/ngx-sticky-copy)\n[![demo](https://badgen.net/badge/demo/online/orange)](https://ngx-sticky-copy.netlify.app/)\n[![stackblitz](https://badgen.net/badge/stackblitz/online/orange)](https://stackblitz.com/edit/angular-ivy-4tqcmx)\n\n# Ngx-sticky-copy\nNgx Sticky is another Angular approach how to make elements sticky. This library allows you to make sticky even tHead. It creates sticky copy and show/hide based on scroll position.\n\n# Instalation\n\n`npm install ngx-sticky-copy --save`\n\nthen add `NgxStickyCopyModule` into module imports\n```typescript\nimport {NgxStickyCopyModule} from 'ngx-sticky-copy';\n\n@NgModule({\n// ...\n  imports: [\n    // ...\n    NgxStickyCopyModule,\n    // ...\n  ],\n// ...\n})\n```\n\n# Usage\nSee [DEMO](https://ngx-sticky-copy.netlify.app/) app for usage.\n\n# Directives\n- *scSticky - for all elements except table head\n- *scStickyThead - for table head element (tHead)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiper34%2Fngx-sticky-copy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraiper34%2Fngx-sticky-copy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiper34%2Fngx-sticky-copy/lists"}